RowObject {Microsoft.VisualBasic.Data.csv.IO} .NET clr documentation

RowObject

Description

A line of data in the csv file.(Csv表格文件之中的一行)

Declare

            
# namespace Microsoft.VisualBasic.Data.csv.IO
export class RowObject {
   IsReadOnly: boolean;
   # 当前数据行的列的数目
   NumbersOfColumn: integer;
   # 非空白单元格的数目
   Width: integer;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]