ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / WorkbookTable Class / Name Property

In This Topic
    Name Property (WorkbookTable)
    In This Topic
    Gets or sets the name of the table.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    Remarks
    It is used to reference the table programmatically.
    See Also