Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

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

C#
public boolean HasDataValidation{ get; }
vb.net
Public ReadOnly Property HasDataValidation() As Boolean

Examples

C#
bool cellA1HasDV = cellA1.HasDataValidation;
vb.net
Dim cellA1HasDV As Boolean = cellA1.HasDataValidation
  • No labels