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






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