Gets the number of rows in the collection.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public int Count { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Count As Integer |
An integer value.
See Also