Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLOverride.PartName

TElOfficeOpenXMLOverride     See also     


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


Specifies the part name.

Declaration

[C#]
    string PartName;

[VB.NET]
    Property PartName As String

[Pascal]
    property PartName : WideString;

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

[PHP]
    string get_PartName()
    void set_PartName(string $Value)

[Java]
    String getPartName();
    void setPartName(String Value);

Description

    Use this property to specify the name of the package part which content type is overriden.

See also:     ContentType    

Discuss this help topic in SecureBlackbox Forum