Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / TextFormat Property


In This Topic
    TextFormat Property (GcComboBoxCellType)
    In This Topic
    Gets or sets a format string used to customize text.
    Syntax
    'Declaration
     
    
    Public Property TextFormat As String
    'Usage
     
    
    Dim instance As GcComboBoxCellType
    Dim value As String
     
    instance.TextFormat = value
     
    value = instance.TextFormat
    public string TextFormat {get; set;}

    Property Value

    A System.String value that indicates a format string used to customize text.
    Exceptions
    ExceptionDescription
    The value is not a valid TextFormat.
    Remarks
    This property specifies a format used to display the GrapeCity.Win.Text.
    See Also