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