[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.Dialogs.BuiltInDialogs.DataValidation

DataValidation Method

DataValidation(GcSpreadSheet, bool)

Shows the data validation dialog to limit the type of data that can be entered in a cell.

Declaration
public static IDialog DataValidation(GcSpreadSheet spread, bool applyAll)
Public Shared Function DataValidation(spread As GcSpreadSheet, applyAll As Boolean) As IDialog
Parameters
Type Name Description
GcSpreadSheet spread

The GcSpreadSheet control to work with.

bool applyAll

true to apply changes to all other cells with the same settings; false to change the selected cells only.

Returns
Type Description
IDialog

The IDialog object represents the format cells dialog.