|
|
The DocumentInfoPart type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
AddCopy(SavedItem) |
Adds a copy of item to the end of Value.
|
|
|
AddCopy(GroupItem, SavedItem) |
Adds a copy of item to the end of the specified parent group contained by DocumentInfo.
|
|
|
AddUniqueCopy |
Adds an unique copy of item to the end of Value
|
|
|
CreateCopy |
Creates a copy of Value
|
|
|
EditDisplayName |
Edit item and update it's DisplayName
|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
InsertCopy(Int32, SavedItem) |
Inserts a copy of item into Value.
|
|
|
InsertCopy(GroupItem, Int32, SavedItem) |
Inserts a copy of item into the specified parent group contained by DocumentInfo.
|
|
|
InsertUniqueCopy |
Inserts a copy of item into the specified parent group contained by DocumentInfo. If have same sheet, will reset id and rename
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
Move(Int32, Int32) |
Move sheet from oldIndex to new position in collection.
|
|
|
Move(GroupItem, Int32, GroupItem, Int32) |
Moves item at oldIndex in OldParent to newIndex in newParent
|
|
|
Remove(SavedItem) |
Removes specified item from DocumentInfo.
|
|
|
Remove(GroupItem, SavedItem) |
Removes specified item from the specified parent group contained by DocumentInfo.
|
|
|
RemoveAt(Int32) |
Removes item at the specified index from DocumentInfo.
|
|
|
RemoveAt(GroupItem, Int32) |
Removes item from the specified parent group contained by DocumentInfo.
|
|
|
ReplaceWithCopy(Int32, SavedItem) |
Replaces item at given index within DocumentInfo with a copy of item
|
|
|
ReplaceWithCopy(GroupItem, Int32, SavedItem) |
Replaces item from the specified parent group with a copy of item
|
|
|
ToDocumentInfo |
Explicit form of conversion operator returning Value
|
|
|
ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
|
|
Implicit Widening Implicit Implicit Implicit (DocumentInfoPart to DocumentInfo) |
Conversion operator returning Value
|
Properties
| Name | Description | |
|---|---|---|
|
|
Value |
The value of the current DocumentInfo within the document
|
Events
| Name | Description | |
|---|---|---|
|
|
Changed |
Occurs when the DocumentInfo contained in this object has changed
|
|
|
Changing |
Occurs when the DocumentInfo contained in this object is about to change
|