Spread for ASP.NET 12 Product Documentation
DataIndex Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > WorksheetLayoutCell Class : DataIndex Property
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;}
See Also

Reference

WorksheetLayoutCell Class
WorksheetLayoutCell Members