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


In This Topic
    DataMember Property (FpSpread)
    In This Topic
    Gets or sets the name of the data member that populates the active sheet for the Spread component.
    Syntax
    'Declaration
     
    
    Public Property DataMember As String
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As String
     
    instance.DataMember = value
     
    value = instance.DataMember
    public string DataMember {get; set;}

    Property Value

    String containing the name of data member
    Example
    This example uses the DataMember property to specify which table to use to populate the spreadsheet.
    See Also