Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Assigns a data validation rule to all cells in the Area. If the dataValidation DataValidation object uses a local reference or area in a formula (i.e. "=A5:B7"), then the area will adjust those local references accordingly based on the area's location. The original dataValidation DataValidation object will not be effectedaffected.

Signature
C#
C#
 public void SetDataValidation(DataValidation dataValidation)

...