Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / LayoutCell Class / ColumnSpan Property
Example


In This Topic
    ColumnSpan Property (LayoutCell)
    In This Topic
    Gets or sets the number of layout columns spanned by this layout cell.
    Syntax
    'Declaration
     
    
    Public Property ColumnSpan As Integer
    'Usage
     
    
    Dim instance As LayoutCell
    Dim value As Integer
     
    instance.ColumnSpan = value
     
    value = instance.ColumnSpan
    public int ColumnSpan {get; set;}

    Property Value

    Integer number of columns
    Example
    This example creates a template.
    See Also