Spread Windows Forms 17
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
    public override int AltRowCount {get; set;}
    See Also