RevisionCellChangeColumn Property |
Gets the column index of the cell.
Namespace:
Aspose.Cells.Revisions
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic int Column { get; }
Public ReadOnly Property Column As Integer
Get
public:
property int Column {
int get ();
}
member Column : int with get
Property Value
Type:
Int32
See Also