Coordinates
01 Syntax
Microsoft.VisualBasic.Data.Framework.DataSetExtensions.Excel.Coordinates
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| YValue | 1 | 也就是获取得到列的顶点编号 |
| Spans | 1 | 返回非空白列的起始列编号和结束列表号 |
| CellValue | 1 | |
| Index | 1 | |
| ColumnIndex | 1 | |
| Dimension | 1 | |
| RangeSelects | 1 |
03 Members
YValue(
IEnumerable(Of Char))也就是获取得到列的顶点编号
Parameters
| Name | Type | Description |
|---|---|---|
x | IEnumerable(Of Char) | - |
Spans(RowObject)
返回非空白列的起始列编号和结束列表号
Parameters
| Name | Type | Description |
|---|---|---|
row | RowObject | - |
CellValue(File,
String)Index(
String)ColumnIndex(
Int32)Dimension(File)
RangeSelects(File,
String)