SimpleTable.Rows Property
Public ReadOnly Property Rows() As IEnumerable(Of Row)
This language is not supported or no code example is available.
public IEnumerable<Row> Rows {get;}
This language is not supported or no code example is available.
public:
property IEnumerable<Row^>^ Rows {
IEnumerable<Row^>^ get( );
}
This language is not supported or no code example is available.