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