[]
Creates a new IDocumentProperty and adds it to the list of custom document properties that are available for the current IWorkbook.
IDocumentProperty Add(string name, string value)
| Type | Name | Description |
|---|---|---|
| string | name | The new IDocumentProperty name. |
| string | value | The value of the property. |
| Type | Description |
|---|---|
| IDocumentProperty | The new IDocumentProperty. |
Creates a new IDocumentProperty and adds it to the list of custom document properties that are available for the current IWorkbook.
IDocumentProperty Add(string name, int value)
| Type | Name | Description |
|---|---|---|
| string | name | The new IDocumentProperty name. |
| int | value | The value of the property. |
| Type | Description |
|---|---|
| IDocumentProperty | The new IDocumentProperty. |
Creates a new IDocumentProperty and adds it to the list of custom document properties that are available for the current IWorkbook.
IDocumentProperty Add(string name, DateTime value)
| Type | Name | Description |
|---|---|---|
| string | name | The new IDocumentProperty name. |
| DateTime | value | The value of the property. |
| Type | Description |
|---|---|
| IDocumentProperty | The new IDocumentProperty. |
Creates a new IDocumentProperty and adds it to the list of custom document properties that are available for the current IWorkbook.
IDocumentProperty Add(string name, bool value)
| Type | Name | Description |
|---|---|---|
| string | name | The new IDocumentProperty name. |
| bool | value | The value of the property. |
| Type | Description |
|---|---|
| IDocumentProperty | The new IDocumentProperty. |
Creates a new IDocumentProperty and adds it to the list of custom document properties that are available for the current IWorkbook.
IDocumentProperty Add(string name, double value)
| Type | Name | Description |
|---|---|---|
| string | name | The new IDocumentProperty name. |
| double | value | The value of the property. |
| Type | Description |
|---|---|
| IDocumentProperty | The new IDocumentProperty. |