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


In This Topic
    DataMember Property (SheetView)
    In This Topic
    Gets or sets the name of the data member that populates the 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;}
    Exceptions
    ExceptionDescription
    Data model does not support IDataSourceSupport interface
    See Also