Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / DataMember Property


In This Topic
    DataMember Property (FpSpread)
    In This Topic
    Gets or sets the name of the data member that populates the active sheet in this 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;}
    Exceptions
    ExceptionDescription
    Sheet count is zero; must have at least one sheet before the data member can be set
    See Also