C1.Win.C1FlexGrid Namespace > CellStyle Class : Name Property |
'Declaration
<C1DescriptionAttribute("Gets or sets the style name.")> <BrowsableAttribute(False)> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> Public Property Name As String
[C1Description("Gets or sets the style name.")] [Browsable(false)] [RefreshProperties(RefreshProperties.Repaint)] public string Name {get; set;}
[C1Description("Gets or sets the style name.")] [Browsable(false)] [RefreshProperties(RefreshProperties.Repaint)] public: property String^ Name { String^ get(); void set ( String^ value); }
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 '}').
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2