[]
Spread.Sheets.ICustomDocPropsManager
▸ add(propName, value, isLinkTarget?): void
| Name | Type |
|---|---|
propName |
string |
value |
CustomDocumentPropertyValueType |
isLinkTarget? |
boolean |
void
▸ all(props?): ICustomDocumentProperty[]
| Name | Type |
|---|---|
props? |
ICustomDocumentProperty[] |
▸ clear(): void
void
▸ get(propName): ICustomDocumentProperty
| Name | Type |
|---|---|
propName |
string |
▸ remove(propName): void
| Name | Type |
|---|---|
propName |
string |
void