Search Results for

    Show / Hide Table of Contents

    XlsFile.GetDataValidation Method

    Returns the validation information for a specific cell. If the cell has no Data Validation associated, this method returns null.

    Syntax

    Namespace: FlexCel.XlsAdapter

    public override TDataValidationInfo GetDataValidation(Int32 row, Int32 col, out TXlsCellRange dvRange)

    Parameters

    <-> Parameter Type Description
    row Int32 Row of the cell (1 based)
    col Int32 Column of the cell (1 based)
    out dvRange TXlsCellRange Range of cells where the data validation is applied.

    Returns

    The data validation for a cell, or null if the cell has no Data Validation associated.

    See also

    • XlsFile
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com