Spread Windows Forms 12.0 Product Documentation
TextFormat Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcComboBoxCellType Class : TextFormat Property
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

Reference

GcComboBoxCellType Class
GcComboBoxCellType Members