Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetStyleModel Class / AltRowCount Property


In This Topic
AltRowCount Property (DefaultSheetStyleModel)
In This Topic
Gets or sets the number of alternating rows in the style model.
Syntax
'Declaration
 
Public Overrides Property AltRowCount As Integer
 
'Usage
 
Dim instance As DefaultSheetStyleModel
Dim value As Integer
 
instance.AltRowCount = value
 
value = instance.AltRowCount
See Also