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

In This Topic
    Range Property (Table)
    In This Topic
    Gets or sets the range of the table.
    Syntax
    'Declaration
     
    Public Property Range As CellRange
    public CellRange Range {get; set;}
    See Also