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


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

    Property Value

    Integer index
    Example
    This example creates a template.
    See Also