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 Current »

Description

Sets the allowed data type and a set of valid values to use when validating a cell entry.

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.

Remarks

This method may only be used for ValidationTypes of List, Custom, or AnyValue. See object documentation for the ValidationType parameter type combinations accepted by this method.
  • No labels