WorksheetPart.AddCustomPropertyPart Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
AddCustomPropertyPart(String) | Adds a CustomPropertyPart to the WorksheetPart. | |
AddCustomPropertyPart(CustomPropertyPartType) | Adds a CustomPropertyPart to the WorksheetPart. | |
AddCustomPropertyPart(String, String) | Adds a CustomPropertyPart to the WorksheetPart. | |
AddCustomPropertyPart(CustomPropertyPartType, String) | Adds a CustomPropertyPart to the WorksheetPart. |
Top