I'm trying to open an .xlsx file and display the contents in my SpreadsheetGear.
mySpreadSheetGearControl.ActiveWorkBook = SpreadsheetGear.Factory.GetWorkbook(filename);
whereas filename is my excel file i'm trying to open. Contents gets diplayed in my spreadsheet control. Now I need to access the Custom Document properties that I have saved in my original Excel file through my Spreadsheetgear. Is there any way I can do this.
Thanks in Advance.