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


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

    Property Value

    String containing the data member
    Remarks
    This property is available at run time only.
    Example
    This example binds the SheetView to a database using several of its properties.
    See Also