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

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