Add a Row that contains two cells, a Caption and a Text value. The text value will be either partially, or entirely masked with specified characters.

Syntax

ISSummaryTableRows.AddCaptionTextMask(caption, textToMask, [showLeadingCharCount], [showTrailingCharCount], [maskChar], [textCellClass], [tooltip], [tooltipClass])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

ISSummaryTableRow

A new ISSummaryTableRow object.

Member of:
ISSummaryTableRows
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0