VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentSectionColumnsProperties Class / SetColumnWidth(Int32,Double) Method
Syntax Requirements SeeAlso
In This Topic
    SetColumnWidth(Int32,Double) Method (DocumentSectionColumnsProperties)
    In This Topic
    Sets the column width.
    Syntax
    'Declaration
    
    Public Sub SetColumnWidth( _
    ByVal columnNumber
    Number of the column.
    As System.Int32, _
    ByVal width
    The width.
    As Double _
    )
    public void SetColumnWidth(
    System.Int32 columnNumber,
    double width
    )
    public: void SetColumnWidth(
    System.Int32 columnNumber,
    double width
    )
    public:
    void SetColumnWidth(
    System.Int32 columnNumber,
    double width
    )

    Parameters

    columnNumber
    Number of the column.
    width
    The width.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also