Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / WorkbookTable Class / Range Property

In This Topic
    Range Property
    In This Topic
    Gets or sets range on the relevant sheet that the table occupies expressed using A1 style referencing. i.e. "A1:D4".
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    Public Property Range As String
    [XmlAttribute()]
    public string Range {get; set;}
    Remarks
    The reference shall include the totals row if it is shown.
    See Also