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