| Member | Description |
|---|---|
Constructor |
Constructor |
Add |
Adds a line number to the newly created item public sealed ILineItem Add(); |
GetItemObject |
Returns a new item that is used as a member of the collection public virtual IEntitySubItemCollectionItem GetItemObject(); |
InsertAfter |
Inserts a new line right after a given line. public virtual ILineItem InsertAfter( ILineItem line ); |
InsertBefore |
Inserts a new line right before a given line. public virtual ILineItem InsertBefore( ILineItem line ); |
Remove |
Remove an item from the collection. public virtual void Remove( int index ); |
Item |
|
MaintainLineNumberIntegrity |
Defines whether or not this collection automatically maintains integrity of line numbers. |