'Declaration
Public Function GetHeaderAndFields( _ Optional ByVal offsetRow As Integer, _ Optional ByVal offsetCol As Integer _ ) As ValueTuple(Of IList(Of IMultiRowFieldInfo),IList(Of IMultiRowFieldInfo))
public ValueTuple<IList<IMultiRowFieldInfo>,IList<IMultiRowFieldInfo>> GetHeaderAndFields( int offsetRow, int offsetCol )
Parameters
- offsetRow
- offsetCol
Return Value
Two lists of IMultiRowFieldInfo