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