ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Table Class / AlterFirstColumn Property






In This Topic
    AlterFirstColumn Property (Table)
    In This Topic
    Gets or sets a value that determines whether the first table column should have the style applied.
    Syntax
    'Declaration
     
    
    Public Property AlterFirstColumn As System.Boolean
    'Usage
     
    
    Dim instance As Table
    Dim value As System.Boolean
     
    instance.AlterFirstColumn = value
     
    value = instance.AlterFirstColumn
    public System.bool AlterFirstColumn {get; set;}
    public read-write property AlterFirstColumn: System.Boolean; 
    public function get,set AlterFirstColumn : System.boolean
    public: __property System.bool get_AlterFirstColumn();
    public: __property void set_AlterFirstColumn( 
       System.bool value
    );
    public:
    property System.bool AlterFirstColumn {
       System.bool get();
       void set (    System.bool value);
    }
    See Also