Cell
FirstColumnIndex Property
|
Gets an index of first column, covered by the cell.
Read-only
Int32
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int FirstColumnIndex { get; }
Public ReadOnly Property FirstColumnIndex As Integer
Get
public:
property int FirstColumnIndex {
int get ();
}
member FirstColumnIndex : int with get
Property Value
Type:
Int32
See Also