GrapeCity.Xaml.Excel
ColumnSpan Property (ExternalCellRange)


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

Property Value

The column span.
See Also

Reference

ExternalCellRange Class
ExternalCellRange Members