| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| caption | String | The Caption. | ||
| textToMask | String | The Text value to mask. | ||
| showLeadingCharCount | Integer | Optional | Indicates how many leading characters in the String should not be masked. If omitted, a value of 0 is assumed. | |
| showTrailingCharCount | Integer | Optional | Indicates how many trailing characters in the String should not be masked. If omitted, a value of 0 is assumed. | |
| maskChar | String | Optional | The character to use for masking. If not specified, * will be assumed. If omitted, a value of * is assumed. | |
| textCellClass | iseSummaryTableCellClass | Optional | The CellClass for the Text value cell. If omitted, a 'NormalBold' class will be assumed. If omitted, a value of iseSummaryTableCellClass.NormalBold is assumed. | |
| tooltip | String | Optional | A Tool tip. | |
| tooltipClass | iseSummaryTableTooltipClass | Optional | The Tool tip Class. If omitted, a value of iseSummaryTableTooltipClass.PopupNote is assumed. |
A new ISSummaryTableRow object.