Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Cell Class / rowField Field


In This Topic
    rowField Field
    In This Topic
    Gets or sets the model row index.
    Syntax
    'Declaration
     
    Protected rowField As Integer
    'Usage
     
    Dim instance As Cell
    Dim value As Integer
     
    value = instance.rowField
     
    instance.rowField = value
    protected int rowField
    See Also