FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / rowField Field


In This Topic
rowField Field (CellFooter)
In This Topic
Gets or sets the model row index.
Syntax
'Declaration
 
Protected rowField As Integer
 
'Usage
 
Dim instance As CellFooter
Dim value As Integer
 
value = instance.rowField
 
instance.rowField = value
See Also