menu

Document Processing

TextFrameColumns Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    TextFrameColumns Class

    Represent columns in the Text frame.

    Inheritance
    System.Object
    TextFrameColumns
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public sealed class TextFrameColumns : ValueType

    Properties

    Number

    Gets or sets the number of the text frame columns.

    Declaration
    public int Number { get; set; }
    Property Value
    Type
    System.Int32

    SpacingPt

    Gets or sets the spacing point of the text frame columns.

    Declaration
    public int SpacingPt { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved