VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentSectionColumnsProperties Class / GetColumnProperties(DocumentSectionProperties,Int32,Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    GetColumnProperties(DocumentSectionProperties,Int32,Double,Double) Method (DocumentSectionColumnsProperties)
    In This Topic
    Returns the column properties at specified index.
    Syntax
    'Declaration
    
    Public Sub GetColumnProperties( _
    ByVal sectionProperties
    The section properties.
    As DocumentSectionProperties, _
    ByVal columnNumber
    Number of the column.
    As System.Int32, _
    ByRef width
    The width.
    As Double, _
    ByRef space
    The space.
    As Double _
    )
    public void GetColumnProperties(
    DocumentSectionProperties sectionProperties,
    System.Int32 columnNumber,
    out double width,
    out double space
    )
    public: void GetColumnProperties(
    DocumentSectionProperties* sectionProperties,
    System.Int32 columnNumber,
    [PARAMFLAG::Out] double width,
    [PARAMFLAG::Out] double space
    )
    public:
    void GetColumnProperties(
    DocumentSectionProperties^ sectionProperties,
    System.Int32 columnNumber,
    [Out] double width,
    [Out] double space
    )

    Parameters

    sectionProperties
    The section properties.
    columnNumber
    Number of the column.
    width
    The width.
    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