VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentSectionColumnsProperties Class / GetColumnProperties(DocumentSettings,DocumentSectionProperties,Int32,Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    GetColumnProperties(DocumentSettings,DocumentSectionProperties,Int32,Double,Double) Method (DocumentSectionColumnsProperties)
    In This Topic
    Returns the column properties at specified index.
    Syntax
    'Declaration
    
    Public Sub GetColumnProperties( _
    ByVal documentSettings
    The document settings.
    As DocumentSettings, _
    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(
    DocumentSettings* documentSettings,
    DocumentSectionProperties* sectionProperties,
    System.Int32 columnNumber,
    [PARAMFLAG::Out] double width,
    [PARAMFLAG::Out] double space
    )

    Parameters

    documentSettings
    The document settings.
    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