ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / TableSectionStyle Class
Members






In This Topic
    TableSectionStyle Class
    In This Topic
    Defines the table styling properties.
    Object Model
    TableSectionStyle Class
    Syntax
    'Declaration
     
    
    Public Class TableSectionStyle 
       Inherits CellStyle
    'Usage
     
    
    Dim instance As TableSectionStyle
    public class TableSectionStyle : CellStyle 
    public class TableSectionStyle = class(CellStyle)
    public class TableSectionStyle extends CellStyle
    public __gc class TableSectionStyle : public CellStyle 
    public ref class TableSectionStyle : public CellStyle 
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Sheet.CellStyle
          C1.Web.Mvc.Sheet.TableSectionStyle
             C1.Web.Mvc.Sheet.BandedTableSectionStyle

    See Also