Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnClipInfo Class / Width Property


In This Topic
    Width Property (ColumnClipInfo)
    In This Topic
    Gets or sets the width of cells in this column.
    Syntax
    'Declaration
     
    
    Public Property Width As Single
    'Usage
     
    
    Dim instance As ColumnClipInfo
    Dim value As Single
     
    instance.Width = value
     
    value = instance.Width
    public float Width {get; set;}
    See Also