A Sandcastle Documented Class Library
CellCount Property
Namespaces ► Yogesh.ExcelXml ► Row ► CellCount
Returns the number of cell in a row

C# | Visual Basic | Visual C++ |
public int CellCount { get; }
Public ReadOnly Property CellCount As Integer
public: property int CellCount { int get (); }