IDTSConnectionManagerExcel100.FirstRowHasColumnName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For more information, see ConnectionManagerExcelClass.
public:
property bool FirstRowHasColumnName { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1)]
public bool FirstRowHasColumnName { [System.Runtime.InteropServices.DispId(1)] get; [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.FirstRowHasColumnName : bool with get, set
Public Property FirstRowHasColumnName As Boolean
Property Value
- Attributes