API Reference
Class
ExcelCustomDocumentPropertyCollection
Tracks workbook custom document properties and marks the owning document dirty when callers mutate the collection directly.
Inheritance
- Object
- ExcelCustomDocumentPropertyCollection
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Methods
Add 2 overloads
public virtual Void Add(String key, ExcelCustomProperty value) #Returns:
VoidParameters
- key System.String
- value OfficeIMO.Excel.ExcelCustomProperty
public virtual Void Add(KeyValuePair<String, ExcelCustomProperty> item) #Returns:
VoidParameters
- item System.Collections.Generic.KeyValuePair{System.String,OfficeIMO.Excel.ExcelCustomProperty}
public virtual Void Clear() #Returns:
Voidpublic virtual Boolean Contains(KeyValuePair<String, ExcelCustomProperty> item) #Returns:
BooleanParameters
- item System.Collections.Generic.KeyValuePair{System.String,OfficeIMO.Excel.ExcelCustomProperty}
public virtual Void CopyTo(KeyValuePair<String, ExcelCustomProperty>[] array, Int32 arrayIndex) #Returns:
VoidParameters
- array System.Collections.Generic.KeyValuePair{System.String,OfficeIMO.Excel.ExcelCustomProperty}[]
- arrayIndex System.Int32
public virtual IEnumerator<KeyValuePair<String, ExcelCustomProperty>> GetEnumerator() #Returns:
IEnumerator<KeyValuePair<String, ExcelCustomProperty>>Remove 2 overloads
public virtual Boolean Remove(KeyValuePair<String, ExcelCustomProperty> item) #Returns:
BooleanParameters
- key System.String
Remove(System.Collections.Generic.KeyValuePair{System.String,OfficeIMO.Excel.ExcelCustomProperty} item) #Parameters
- item System.Collections.Generic.KeyValuePair{System.String,OfficeIMO.Excel.ExcelCustomProperty}
public virtual Boolean TryGetValue(String key, out ExcelCustomProperty value) #Returns:
BooleanParameters
- key System.String
- value OfficeIMO.Excel.ExcelCustomProperty@
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object