The PrxSheetType enumeration contains types of regular report sheets.
It is used by the following properties and methods:
Value | Brief description |
1 | Table. Table. |
2 | Document. Text sheet. |
The PrxSheetType enumeration is used on determination the regular report sheet type and to set sheet type on its creation. To work with sheet depending on its type different interfaces are used: IPrxTable for the Table value and IPrxDocument for the Document value.
The example of use are given in description of the IPrxSheets.Add and IPrxSheets.Item methods.
See also: