Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / Width Property


In This Topic
    Width Property (Column)
    In This Topic
    Gets or sets the width of cells in this column.
    Syntax
    'Declaration
     
    
    Public Property Width As Single
    'Usage
     
    
    Dim instance As Column
    Dim value As Single
     
    instance.Width = value
     
    value = instance.Width
    public float Width {get; set;}
    Exceptions
    ExceptionDescription
    Specified width is out of range; must be between -1 and 9,999,999 pixels
    See Also