'宣言 Public Cells As System.Collections.Generic.List(Of TablixBodyCell)
'使用法 Dim instance As TablixBodyRow Dim value As System.Collections.Generic.List(Of TablixBodyCell) value = instance.Cells instance.Cells = value
public System.Collections.Generic.List<TablixBodyCell> Cells