Search found 2 matches
- Wed Apr 07, 2010 3:23 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: woFitToPage
- Replies: 0
- Views: 2554
woFitToPage
I am trying to use this option in C++ Builder... XLS->Sheets->Items[0]->PrintSettings->FitHeight = 999; XLS->Sheets->Items[0]->PrintSettings->FitWidth = 1; XLS->Sheets->Items[0]->WorkspaceOptions << woFitToPage; When I look at the Excel File the fit height = 999 and width = 1, but the "Fit To:&...
- Wed Apr 07, 2010 3:05 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Printsettings FitWidth and FitHeight
- Replies: 3
- Views: 5096
Re: Printsettings FitWidth and FitHeight
I am trying to use this option in C++ Builder... XLS->Sheets->Items[0]->PrintSettings->FitHeight = 999; XLS->Sheets->Items[0]->PrintSettings->FitWidth = 1; XLS->Sheets->Items[0]->WorkspaceOptions << woFitToPage; When I look at the Excel File the fit height = 999 and width = 1, but the "Fit To:&...