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


In This Topic
    Width Property (ColumnWidthChangingEventArgs)
    In This Topic
    Gets the new width of the column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Width As Integer
    'Usage
     
    
    Dim instance As ColumnWidthChangingEventArgs
    Dim value As Integer
     
    value = instance.Width
    public int Width {get;}
    See Also