ComponentOne Web API Edition
Cells Property

C1.Web.Api.Excel Namespace > Row Class : Cells Property
Gets the cells of the row.
Syntax
'Declaration
 
Public ReadOnly Property Cells As List(Of Cell)
public List<Cell> Cells {get;}
See Also

Reference

Row Class
Row Members