Item |
Scroll |
Gets or sets the TheConditionalFormattingResult with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable ReadOnly Default Property Item ( _ nIndex As Integer _ ) As TheConditionalFormattingResult C# public virtual TheConditionalFormattingResult this [int nIndex] { get; }
ParametersnIndex Zero-based index.
Property ValueTheConditionalFormattingResult with the specified nIndex. |
|