Dim sheetJo As JavaObject = Sheet1
Dim header As JavaObject = sheetJo.RunMethod("getHeader", Null)
Now you can call the methods from that link.
The header/footer allows me to set the variable for showing the date, page number, numpages, etc
Tried
Dim sheetJo As JavaObject = Sheet1
Dim header As JavaObject = sheetJo.RunMethod("getHeaderFooter", Null)
but this fails. Also tried HeaderFooter
Sorry for all these questions.
Dim header As JavaObject = sheetJo.RunMethod("getHeader", Null)
Now you can call the methods from that link.
The header/footer allows me to set the variable for showing the date, page number, numpages, etc
Tried
Dim sheetJo As JavaObject = Sheet1
Dim header As JavaObject = sheetJo.RunMethod("getHeaderFooter", Null)
but this fails. Also tried HeaderFooter
Sorry for all these questions.