PdfGrid
DataSource Property
|
Gets or sets the data source.
Namespace:
Spire.Pdf.Grid
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Object DataSource { get; set; }
Public Property DataSource As Object
Get
Set
public:
property Object^ DataSource {
Object^ get ();
void set (Object^ value);
}
member DataSource : Object with get, set
Property Value
Type:
Object
The data source.
See Also