CellFirstColumnIndex Property |
Returns an index of first column, covered by the cell.
Read-only
Int32.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic int FirstColumnIndex { get; }
Public ReadOnly Property FirstColumnIndex As Integer
Get
public:
virtual property int FirstColumnIndex {
int get () sealed;
}
abstract FirstColumnIndex : int with get
override FirstColumnIndex : int with get
Property Value
Type:
Int32Implements
ICellFirstColumnIndex
See Also