GrapeCity.Xaml.Excel
ColumnSpan Property (ExcelCell)


GrapeCity.Excel Namespace > ExcelCell Class : ColumnSpan Property
Gets the column span of the range.
Syntax
'Declaration
 
Public ReadOnly Property ColumnSpan As Integer
'Usage
 
Dim instance As ExcelCell
Dim value As Integer
 
value = instance.ColumnSpan
public int ColumnSpan {get;}

Property Value

The column span.
See Also

Reference

ExcelCell Class
ExcelCell Members