Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Description

Creates a DataValidation object which can be set on a Range, Area, or Cell.

C#
vb.net

Parameters

allowedType
The data type allowed in the cell.
sourceArray
For 'List' allowed type: the array of valid values for the cell.

Returns

A DataValidation object.

Examples

C#
vb.net
  • No labels