Excel for WinRT
CenterHorizontal Property


Gets or sets whether the sheet should be centered horizontally on the page when printed.
Syntax
'Declaration
 
Public Property CenterHorizontal As System.Boolean
'Usage
 
Dim instance As XLPrintSettings
Dim value As System.Boolean
 
instance.CenterHorizontal = value
 
value = instance.CenterHorizontal
public System.bool CenterHorizontal {get; set;}
See Also

Reference

XLPrintSettings Class
XLPrintSettings Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback