[]
Shows the data validation dialog to limit the type of data that can be entered in a cell.
public static IDialog DataValidation(GcSpreadSheet spread, bool applyAll)
Public Shared Function DataValidation(spread As GcSpreadSheet, applyAll As Boolean) As IDialog
Type | Name | Description |
---|---|---|
GcSpreadSheet | spread | The GcSpreadSheet control to work with. |
bool | applyAll |
|
Type | Description |
---|---|
IDialog | The IDialog object represents the format cells dialog. |