GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    TextBox Class

    Namespace:
    GemBox.Spreadsheet.Drawing
    Assembly:
    GemBox.Spreadsheet.dll

    Represents a text content and formatting associated with an object such as a ExcelShape.

    • C#
    • VB.NET
    public class TextBox
    Public Class TextBox
    Inheritance:
    Object
    TextBox

    Properties

    Format

    Gets or sets the text box formatting.

    • C#
    • VB.NET
    public TextBoxFormat Format { get; set; }
    Public Property Format As TextBoxFormat
    Property Value
    TextBoxFormat

    The text box formatting.

    Paragraphs

    Gets the paragraphs contained in this text box.

    • C#
    • VB.NET
    public TextParagraphCollection Paragraphs { get; }
    Public ReadOnly Property Paragraphs As TextParagraphCollection
    Property Value
    TextParagraphCollection

    The paragraphs contained in this text box.

    See Also

    Text
    Back to top

    Facebook • Twitter

    © GemBox d.o.o. — All rights reserved.