Spread Silverlight Documentation
ColumnSpan Property (ExcelCellRange)


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

Property Value

The column span.
See Also

Reference

ExcelCellRange Class
ExcelCellRange Members