'宣言 Public Rows As System.Collections.Generic.List(Of TablixRow)
'使用法 Dim instance As TablixStructure Dim value As System.Collections.Generic.List(Of TablixRow) value = instance.Rows instance.Rows = value
public System.Collections.Generic.List<TablixRow> Rows