Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Column Class / ExactWidth Property


In This Topic
    ExactWidth Property
    In This Topic
    Gets the width of cells in this column, in pixels.
    Syntax
    'Declaration
     
    Public ReadOnly Property ExactWidth As Double
    'Usage
     
    Dim instance As Column
    Dim value As Double
     
    value = instance.ExactWidth
    public double ExactWidth {get;}

    Property Value

    The width of cells in this column in pixels. The default value is 60 pixels.
    See Also