Spread WPF 18
GrapeCity.Spreadsheet.Printing Namespace / DocumentParagraph Class / GetColumnWidth Method / GetColumnWidth(Int32,Int32) Method


In This Topic
    GetColumnWidth(Int32,Int32) Method
    In This Topic
    Gets the total width (in points) of columns.
    Syntax
    'Declaration
     
    Public Overloads Function GetColumnWidth( _
       ByVal column As Integer, _
       ByVal column2 As Integer _
    ) As Double
    'Usage
     
    Dim instance As DocumentParagraph
    Dim column As Integer
    Dim column2 As Integer
    Dim value As Double
     
    value = instance.GetColumnWidth(column, column2)
    public double GetColumnWidth( 
       int column,
       int column2
    )

    Parameters

    column
    column2
    See Also