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






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