VintaSoft Imaging .NET SDK 15.0: Документация для .NET разработчика
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentSectionColumnsProperties Class / GetColumnProperties(DocumentSectionProperties,Int32,Double,Double) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetColumnProperties(DocumentSectionProperties,Int32,Double,Double) Метод (DocumentSectionColumnsProperties)
    В этом разделе
    Возвращает свойства столбца по указанному индексу.
    Синтаксис
    'Declaration
    
    Public Sub GetColumnProperties( _
    ByVal sectionProperties
    Свойства раздела.
    As DocumentSectionProperties, _
    ByVal columnNumber
    Номер столбца.
    As System.Int32, _
    ByRef width
    Ширина.
    As Double, _
    ByRef 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
    Свойства раздела.
    columnNumber
    Номер столбца.
    width
    Ширина.
    space
    Пространство.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также