GrapeCity.Win.MultiRow Namespace > Cell Class : Name Property |
<SRCategoryAttribute("Design")> <BrowsableAttribute(False)> <SRDescriptionAttribute("Indicates the name of the cell used in code to identify the object.")> Public Property Name As String
The Name is used as a key to find and index this cell in a Section.
The Name property can be used at run time to evaluate the object by name rather than type and programmatic name. Because the Name property returns a System.String type, it can be evaluated in case-style logic statements (Select statement in Visual Basic, switch statement in Visual C# and Visual C++).
The Name of the cell expects a valid string. In most cases, a string can be used for a .net variable name, and it also can be used for the Cell's Name.
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