ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / HeaderTemplateCell Class / ColSpan Property






In This Topic
    ColSpan Property (HeaderTemplateCell)
    In This Topic
    column span
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColSpan As System.Integer
    'Usage
     
    
    Dim instance As HeaderTemplateCell
    Dim value As System.Integer
     
    value = instance.ColSpan
    public System.int ColSpan {get;}
    public read-only property ColSpan: System.Integer; 
    public function get ColSpan : System.int
    public: __property System.int get_ColSpan();
    public:
    property System.int ColSpan {
       System.int get();
    }
    See Also