GrapeCity.Xaml.SpreadSheet.Data
ColumnEnd Property (CellsEnumerator)


GrapeCity.Xaml.SpreadSheet.Data Namespace > CellsEnumerator Class : ColumnEnd Property
Gets the ending column to enumerate.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public ReadOnly Property ColumnEnd As Integer
'Usage
 
Dim instance As CellsEnumerator
Dim value As Integer
 
value = instance.ColumnEnd
[DefaultValue()]
public int ColumnEnd {get;}

Property Value

The ending column index.
See Also

Reference

CellsEnumerator Class
CellsEnumerator Members