Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorksheet Interface / StandardWidth Property


In This Topic
    StandardWidth Property
    In This Topic
    Gets or sets the standard (default) width of all the columns on the worksheet.
    Syntax
    'Declaration
     
    Property StandardWidth As Integer
    'Usage
     
    Dim instance As IWorksheet
    Dim value As Integer
     
    instance.StandardWidth = value
     
    value = instance.StandardWidth
    int StandardWidth {get; set;}
    See Also