Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / RowSettings Property


In This Topic
    RowSettings Property
    In This Topic
    Gets or sets the row settings for the the cell information.
    Syntax
    'Declaration
     
    
    Public Property RowSettings As CellInfoRange
    'Usage
     
    
    Dim instance As CellInfoRange
    Dim value As CellInfoRange
     
    instance.RowSettings = value
     
    value = instance.RowSettings
    public CellInfoRange RowSettings {get; set;}
    See Also