ISStoredReportList.AddColumn

Description

Syntax

object.AddColumn cName[, cWidth = 50[, cAlign = 0[, cAuto = true[, cType = 1]]]]

Part Attribute Type Description
object Required
The object always implements the ISStoredReportList interface
cName In, Required
string
cWidth In, Optional
Default value is 50
int
cAlign In, Optional
Default value is 0
int
cAuto In, Optional
Default value is true
bool
cType In, Optional
Default value is 1

Example



  
Note:

Version information

Added in v7.8.0