ComponentOne FlexGrid for WinForms
Name Property (CellStyle)

C1.Win.C1FlexGrid Namespace > CellStyle Class : Name Property
Gets or sets the style name.
Syntax
'Declaration
 
Public Property Name As String
public string Name {get; set;}
Remarks

Style names must be unique. Setting a style name to the name of an already existing style will throw an exception.

Style names must have one or more characters and may not include curly braces ('{' and '}').

See Also

Reference

CellStyle Class
CellStyle Members