GetChecklistItemAt |
Scroll |
Returns the TheWFChecklistItem with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetChecklistItemAt ( _ nIndex As Integer _ ) As TheWFChecklistItem C# public virtual TheWFChecklistItem GetChecklistItemAt ( int nIndex ) ParametersnIndex Zero-based index of the TheWFChecklistItem to return. Return ValueThe TheWFChecklistItem with the specified nIndex. |
|
Requires Loaded InstanceLoad an instance definition from the server before calling this method. |