Spread Silverlight Documentation
Name Property (SheetTable)


GrapeCity.Windows.SpreadSheet.Data Namespace > SheetTable Class : Name Property
Gets the table name.
Syntax
'Declaration
 
Public Property Name As System.String
'Usage
 
Dim instance As SheetTable
Dim value As System.String
 
instance.Name = value
 
value = instance.Name
public System.string Name {get; set;}
See Also

Reference

SheetTable Class
SheetTable Members