TableWalkerOptions
 interface
An object with configuration for TableWalker.
Properties
column : number | undefinedmodule:table/tablewalker~TableWalkerOptions#columnA column index for which this iterator will output cells. Can't be used together with
startColumnandendColumn.endColumn : number | undefinedmodule:table/tablewalker~TableWalkerOptions#endColumnA column index at which this iterator should end. Can't be used together with
column.endRow : number | undefinedmodule:table/tablewalker~TableWalkerOptions#endRowA row index at which this iterator should end. Can't be used together with
row.includeAllSlots : boolean | undefinedmodule:table/tablewalker~TableWalkerOptions#includeAllSlotsAlso return values for spanned cells. Default value is false.
row : null | number | undefinedmodule:table/tablewalker~TableWalkerOptions#rowA row index for which this iterator will output cells. Can't be used together with
startRowandendRow.startColumn : number | undefinedmodule:table/tablewalker~TableWalkerOptions#startColumnA column index from which this iterator should start. Can't be used together with
column. Default value is 0.startRow : number | undefinedmodule:table/tablewalker~TableWalkerOptions#startRowA row index from which this iterator should start. Can't be used together with
row. Default value is 0.