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


In This Topic
    DataIndex Property (WorksheetLayoutCell)
    In This Topic
    Gets or sets the index of the viewport of a worksheet layout cell.
    Syntax
    'Declaration
     
    
    Public Property DataIndex As Integer
    'Usage
     
    
    Dim instance As WorksheetLayoutCell
    Dim value As Integer
     
    instance.DataIndex = value
     
    value = instance.DataIndex
    public int DataIndex {get; set;}
    Remarks
    The DataIndex property does not support duplicate values.
    Example
    This example sets the DataIndex property.
    See Also