[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.JsonDataSource

Class JsonDataSource

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

The json datasource for the template.

public class JsonDataSource
Inheritance
object
JsonDataSource
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

JsonDataSource(string)

Construct a json datasource from the json text.

public JsonDataSource(string jsonText)

Parameters

jsonText string

The json text.