Eplan Platform API
Eplan.EplApi.DataModel Namespace / ReportBlock Class / SortSchemaData Property

In This Topic
    SortSchemaData Property
    In This Topic
    Data of sort schema.
    Syntax
    public string SortSchemaData {get; set;}
    public:
    property String^ SortSchemaData {
       String^ get();
       void set (    String^ value);
    }
    See Also