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

In This Topic
    AlterLastColumn Property
    In This Topic
    Indicating whether the last column in the table should have the style applied.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    Public Property AlterLastColumn As Boolean
    [XmlAttribute()]
    public bool AlterLastColumn {get; set;}
    See Also