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


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

    Property Value

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