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

    Parameters

    columnNumber
    Number of the column.
    space
    The space.
    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