FlexGrid for WinForms
Name Property (CellStyle)



Gets or sets the style name.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets the style name.")>
<BrowsableAttribute(False)>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property Name As String
'Usage
 
Dim instance As CellStyle
Dim value As String
 
instance.Name = value
 
value = instance.Name
[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);
}
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 '}').

Requirements

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

See Also

Reference

CellStyle Class
CellStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback