ich diesen Code habe ein "Header" (große, top-of-the-Blatt "title") auf ein Blatt wenden: // Initialize
private static SLDocument sl;
. . .
sl = new SLDocument();
// Create a Style
SLStyle style
Mit Excel Interop, können Sie die Anzahl der Zeilen in Verwendung durch ein Blatt wie so erhalten: _xlSheet.UsedRange.Rows
(wobei "_xlSheet" ist ein Excel.Worksheet). Was ist das Äquivalent in Sprea
Es ist einfach, ein Bild auf einem Blatt mit Tabellenkalkulations-Licht wie folgt hinzuzufügen: SLPicture logoPic = new SLPicture(@"C:\Platypus\DuckbillsUnlimited.png");
logoPic.SetPosition(0, 13);
Mit Excel Interop, kann ich mit dem Code für den Druck wie folgt ein Blatt konfigurieren: _xlSheetPlatypus.PageSetup.PrintArea = "A1:" +
GetExcelTextColumnName(
_xlSheetPlatypus.UsedRange.Co