Gets the number of grid columns in the parent table's table grid
which shall be spanned by the current cell. This property allows cells
to have the appearance of being merged, as they span vertical boundaries
of other cells in the table.
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 ColSpan { get; }
Public ReadOnly Property ColSpan As Integer
Get
public:
property int ColSpan {
int get ();
}
member ColSpan : int with get
Property Value
Type:
Int32
See Also