GrapeCity.Wpf.SpreadSheet Namespace / SheetInfo Class / RowCount Property


In This Topic
RowCount Property (SheetInfo)
In This Topic
Gets or sets the number of rows in this SheetInfo.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public Property RowCount As Nullable(Of Integer)
 
'Usage
 
Dim instance As SheetInfo
Dim value As Nullable(Of Integer)
 
instance.RowCount = value
 
value = instance.RowCount

Property Value

An integer value represents the number of rows in this SheetInfo.
See Also