Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ColumnInfo Class / Width Property


In This Topic
    Width Property (ColumnInfo)
    In This Topic
    Gets or sets a value that indicates the column width.
    Syntax
    'Declaration
     
    Public Property Width As Integer
    'Usage
     
    Dim instance As ColumnInfo
    Dim value As Integer
     
    instance.Width = value
     
    value = instance.Width
    public int Width {get; set;}

    Property Value

    A double value that indicates the column width. Negative value means unset.
    See Also