Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SetColumnWidth Method
The column index of the first column.
The sheet area.
The width.


In This Topic
    SetColumnWidth Method
    In This Topic
    Sets the width using the specified unit type for the specified columns in this sheet.
    Syntax
    'Declaration
     
    Public Sub SetColumnWidth( _
       ByVal column As Integer, _
       ByVal sheetArea As SheetArea, _
       ByVal width As Double _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim column As Integer
    Dim sheetArea As SheetArea
    Dim width As Double
     
    instance.SetColumnWidth(column, sheetArea, width)
    public void SetColumnWidth( 
       int column,
       SheetArea sheetArea,
       double width
    )

    Parameters

    column
    The column index of the first column.
    sheetArea
    The sheet area.
    width
    The width.
    See Also