OdsPageBackgroundType Property |
Gets and sets the page background type.
Namespace:
Aspose.Cells.Ods
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic OdsPageBackgroundType Type { get; set; }
Public Property Type As OdsPageBackgroundType
Get
Set
public:
property OdsPageBackgroundType Type {
OdsPageBackgroundType get ();
void set (OdsPageBackgroundType value);
}
member Type : OdsPageBackgroundType with get, set
Property Value
Type:
OdsPageBackgroundType
See Also