Enum AutoFitOptions
Defines the options in order to display special characters when the contents in cell exceeds it's width. The AutoFitOptions includes Alphabets, Numeric, Both and None.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum AutoFitOptions
Fields
Name | Description |
---|---|
Alphabet | Apply the Autofit option for Alphabet cell values |
Both | Apply the Autofit option for Both numeric and Alphabet cell values |
None | cancel the Autofit option |
Numeric | Apply the Autofit option for numeric cell values |