Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLCoreProperties.Category

TElOfficeOpenXMLCoreProperties     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies category of the data.

Declaration

[C#]
    string Category;

[VB.NET]
    Property Category As String

[Pascal]
    property Category : WideString;

[C++]
    void get_Category(sb_u16string &OutResult);
    void get_Category(std::wstring &OutResult);
    void set_Category(const sb_u16string &Value);
    void set_Category(const std::wstring &Value);

[PHP]
    string get_Category()
    void set_Category(string $Value)

[Java]
    String getCategory();
    void setCategory(String Value);

Description

    Use this property to categorize content of the package.

See also:     ContentStatus    

Discuss this help topic in SecureBlackbox Forum