Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / DefaultColumnWidth Property


In This Topic
    DefaultColumnWidth Property
    In This Topic
    Gets the default width of the column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DefaultColumnWidth As Integer
    'Usage
     
    
    Dim instance As LayoutManager
    Dim value As Integer
     
    value = instance.DefaultColumnWidth
    public int DefaultColumnWidth {get;}

    Property Value

    An integer value indicates the default width of the column.
    See Also