Hi All,
I'm using a third party control (C1FlexGrid) and I'm looking to pass in multiple enumeration values to a function call. The C# version is:
What would the VB version be?
Regards,
I'm using a third party control (C1FlexGrid) and I'm looking to pass in multiple enumeration values to a function call. The C# version is:
Code:
_flex.SaveExcel(dlg.FileName, table, FileFlags.VisibleOnly | FileFlags.IncludeFixedCells);
What would the VB version be?
Regards,