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

    Show / Hide Table of Contents

    TextField Class

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

    Represents a text field which contains generated text that the application should update periodically.

    • C#
    • VB.NET
    public class TextField : TextElement
    Public Class TextField
        Inherits TextElement
    Inheritance:
    System.Object
    TextElement
    TextField

    Properties

    ElementType

    Gets the Field value.

    • C#
    • VB.NET
    public override TextElementType ElementType { get; }
    Public Overrides ReadOnly Property ElementType As TextElementType
    Property Value
    TextElementType

    The Field value.

    Overrides
    TextElement.ElementType

    Text

    Gets or sets the text.

    • C#
    • VB.NET
    public string Text { get; set; }
    Public Property Text As String
    Property Value
    System.String

    The text.

    Methods

    ToString()

    Returns a System.String that represents this TextField instance.

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

    A System.String that represents this TextField instance.

    Overrides
    System.Object.ToString()

    Inherited Properties

    Format

    Gets or sets the text formatting options.

    (Inherited from TextElement)

    Parent

    Gets the parent text paragraph or null if text element was deleted.

    (Inherited from TextElement)

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.