ComponentOne Web API Edition
Name Property (WorkbookTable)

C1.Web.Api.Excel Namespace > WorkbookTable Class : Name Property
Gets or sets the name of the table.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property Name As String
[XmlAttribute()]
public string Name {get; set;}
Remarks
It is used to reference the table programmatically.
See Also

Reference

WorkbookTable Class
WorkbookTable Members