Returns 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:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic int ColSpan { get; }
Public ReadOnly Property ColSpan As Integer
Get
public:
virtual property int ColSpan {
int get () sealed;
}
abstract ColSpan : int with get
override ColSpan : int with get
Property Value
Type:
Int32Implements
ICellColSpan
See Also