GrapeCity MultiRow Windows Forms Documentation
Name Property (Cell)


Gets or sets the name of the Cell.
Syntax
<SRCategoryAttribute("Design")>
<BrowsableAttribute(False)>
<SRDescriptionAttribute("Indicates the name of the cell used in code to identify the object.")>
Public Property Name As String
Dim instance As Cell
Dim value As String
 
instance.Name = value
 
value = instance.Name
[SRCategory("Design")]
[Browsable(false)]
[SRDescription("Indicates the name of the cell used in code to identify the object.")]
public string Name {get; set;}

Property Value

A System.String value that represents the name of the Cell.
Remarks

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.

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

Cell Class
Cell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.