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:
    System.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.

    Methods

    ToString()

    Returns a concatenation of all paragraph's elements text.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    System.String
    Overrides
    System.Object.ToString()

    See Also

    Text
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.