The PrxSheetType enumeration contains types of regular report sheets.
It is used by the following properties and methods:
Value | Brief description |
1 | Table. Table. |
3 | JsPlugin. Sheet created by JS plugin. |
The PrxSheetType enumeration is used to determine a regular report sheet type and to set a sheet type on its creation. To work with a sheet depending on its type different interfaces are used: IPrxTable for the Table value and IPrxJsPlugin for the JsPlugin value.
The example of use are given in description of the IPrxSheets.Add and IPrxSheets.Item methods.
See also: