WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
AddEmbeddedControlPersistenceBinaryDataPart(String) | Adds a EmbeddedControlPersistenceBinaryDataPart to the WorksheetPart. | |
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType) | Adds a EmbeddedControlPersistenceBinaryDataPart to the WorksheetPart. | |
AddEmbeddedControlPersistenceBinaryDataPart(String, String) | Adds a EmbeddedControlPersistenceBinaryDataPart to the WorksheetPart. | |
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType, String) | Adds a EmbeddedControlPersistenceBinaryDataPart to the WorksheetPart. |
Top