Property Getters/Setters Summary | ||
---|---|---|
function | getColumnName() | |
function | setColumnName(value) | |
Corresponds to a column name in the ADO recordset. | ||
function | getContextType() | |
function | setContextType(value) | |
Specifies properties of the group or shape to use for the comparison. Possible values are shown in the following table. The value of the property is ContextTypeValue integer constant. | ||
function | getContextTypeLabel() | |
function | setContextTypeLabel(value) | |
If the ContextType value is 2 or 3, this attribute is required to define a comparison. For ContextType = 2, ContextTypeLabel must be the shape data item label, and if ContextType = 3, ContextTypeLabel must be the local row name. |
Property Getters/Setters Detail |
---|
getColumnName/setColumnName : String | |
function getColumnName() / function setColumnName(value) |
getContextType/setContextType : Number | |
function getContextType() / function setContextType(value) |
getContextTypeLabel/setContextTypeLabel : String | |
function getContextTypeLabel() / function setContextTypeLabel(value) |