Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Returns true if the cell has a DataValidation object associated with it.

Signature
C#
C#
 public boolean HasDataValidation{ get; }
Signature
vb.net
vb.net
Public ReadOnly Property HasDataValidation() As Boolean
Example
Code Block
csharp
csharp
titleC#
bool cellA1HasDV = cellA1.HasDataValidation;
Code Block
vb.net
vb.net
titlevb.net
Dim cellA1HasDV As Boolean = cellA1.HasDataValidation
Scrollbar