Spread Silverlight Documentation
ColumnSpan Property (ExcelCell)


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

Property Value

The column span.
See Also

Reference

ExcelCell Class
ExcelCell Members