Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / DataKeyField Property
Example


In This Topic
    DataKeyField Property (SheetView)
    In This Topic
    Gets or sets the data key for this sheet.
    Syntax
    'Declaration
     
    
    Public Property DataKeyField As Object
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Object
     
    instance.DataKeyField = value
     
    value = instance.DataKeyField
    public object DataKeyField {get; set;}

    Property Value

    Object containing the data key
    Remarks

    This property is available at run time only.

    This property gets or sets the DataKeyField object for this sheet. This property gets the identifier for a row.

    Example
    This example binds the SheetView to a database using several of its properties.
    See Also