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






In This Topic
    FirstColumnStyle Property (TableStyle)
    In This Topic
    Gets or sets the first column style.
    Syntax
    'Declaration
     
    
    Public Property FirstColumnStyle As TableSectionStyle
    'Usage
     
    
    Dim instance As TableStyle
    Dim value As TableSectionStyle
     
    instance.FirstColumnStyle = value
     
    value = instance.FirstColumnStyle
    public TableSectionStyle FirstColumnStyle {get; set;}
    public read-write property FirstColumnStyle: TableSectionStyle; 
    public function get,set FirstColumnStyle : TableSectionStyle
    public: __property TableSectionStyle* get_FirstColumnStyle();
    public: __property void set_FirstColumnStyle( 
       TableSectionStyle* value
    );
    public:
    property TableSectionStyle^ FirstColumnStyle {
       TableSectionStyle^ get();
       void set (    TableSectionStyle^ value);
    }
    See Also