...
Description |
---|
Excerpt |
---|
Sets or returns the maximum number of columns to import from the data source. |
Signature | ||||
---|---|---|---|---|
| ||||
<p> public int MaxColumns{ get; set; } {signature}{signature:</p> |
Signature | ||||||
---|---|---|---|---|---|---|
| }
Public
| |||||
<p>Public Property MaxColumns() As Integer {signature} {example}{code:csharp|title=C#}Integer</p> |
Example |
---|
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
//--- Get MaxColumns int maxCols = importProps.MaxColumns; //--- Set MaxColumns importProps.MaxColumns = 20; {code} {code: |
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| |title=
| }|||||||||
'--- Get MaxColumns Dim maxCols As Integer = importProps.MaxColumns '--- Set MaxColumns importProps.MaxColumns = 20 {code} {example} |
Example |
---|