PageLayoutElementPageOrientation Property |
Sets the page orientation to portrait (default) or landscape
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic PageOrientationType PageOrientation { get; set; }
Public Property PageOrientation As PageOrientationType
Get
Set
public:
property PageOrientationType PageOrientation {
PageOrientationType get ();
void set (PageOrientationType value);
}
member PageOrientation : PageOrientationType with get, set
Property Value
Type:
PageOrientationType
See Also