StiStringCollection Class

Namespace: Stimulsoft.Report.Controls

Inheritance

Inherits from: CollectionBase
Implements: ICloneable

Methods

Method Returns Description
Add void  
AddRange (+1 overloads) void  
Clone object Creates a new object that is a copy of the current instance.
Contains bool  
IndexOf int  
Insert void  
Remove void  

Method Details

Add

Add(str: string): void

Parameters

  • str (string)

AddRange

AddRange(**: stringstrs): void

Parameters

  • ** (stringstrs)

AddRange(strs: StiStringCollection): void

Parameters


Clone

Clone(): object

Creates a new object that is a copy of the current instance.

Returns object — A new object that is a copy of this instance.


Contains

Contains(str: string): bool

Parameters

  • str (string)

Returns bool


IndexOf

IndexOf(str: string): int

Parameters

  • str (string)

Returns int


Insert

Insert(index: int, str: string): void

Parameters

  • index (int)
  • str (string)

Remove

Remove(str: string): void

Parameters

  • str (string)