J
Joe
Is there a way to specify only table (sheet) names without getting the named
ranges?
oleDbConn.GetOleDbSchemaTable(OleDbSchemaGuid.Tables, new object[] {null,
null, null, "TABLE"} );
I haven't been able to find anyway to distinguish between the two.
Thanks,
Joe
ranges?
oleDbConn.GetOleDbSchemaTable(OleDbSchemaGuid.Tables, new object[] {null,
null, null, "TABLE"} );
I haven't been able to find anyway to distinguish between the two.
Thanks,
Joe