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


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