Column
Comment.Column property
Ruft den Spaltenindex des Kommentars ab.
public int Column { get; }
Beispiele
[C#]
int column = comment1.Column;
Siehe auch
- class Comment
- namensraum Aspose.Cells
- Montage Aspose.Cells
Ruft den Spaltenindex des Kommentars ab.
public int Column { get; }
[C#]
int column = comment1.Column;