changes.mady.by.user Wiki Administrator
Saved on Feb 20, 2014
changes.mady.by.user Scott Dugas [softartisans]
Saved on Apr 07, 2014
...
Public Property Width() As Integer
//--- Get the width of the workbook window int winWidth = wb.Width; //--- Set the width of the workbook window wb.Width = 500;
'--- Get the width of the workbook window Dim winWidth As Integer = wb.Width '--- Set the width of the workbook window wb.Width = 500