Gets a list containing the child Command objects.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public IList<Command> Commands { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Commands As IList(Of Command) |
A list of Command objects.
RemarksThe returned list should not be modified directly.
See Also