Gets a value indicating whether this is the first time the event is raised.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Initial { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Initial As Boolean |
A boolean value.
See Also