'Declaration Public Shared Function DataValidation( _ ByVal spread As GcSpreadSheet, _ ByVal applyAll As Boolean _ ) As IDialog
'Usage Dim spread As GcSpreadSheet Dim applyAll As Boolean Dim value As IDialog value = BuiltInDialogs.DataValidation(spread, applyAll)
public static IDialog DataValidation( GcSpreadSheet spread, bool applyAll )
Parameters
- spread
- The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.
- applyAll
true
to apply changes to all other cells with the same settings;false
to change the selected cells only.
Return Value
The IDialog object represents the format cells dialog.