GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    DataValidationType Enum

    Namespace:
    GemBox.Spreadsheet
    Assembly:
    GemBox.Spreadsheet.dll

    Specifies the type of data validation used to validate user input.

    • C#
    • VB.NET
    public enum DataValidationType
    Public Enum DataValidationType

    Fields

    Custom

    Data validation which uses a custom formula to check the cell value.

    Date

    Data validation which checks for date values satisfying the given condition.

    Decimal

    Data validation which checks for decimal values satisfying the given condition.

    List

    Data validation which checks for a value matching one of list of values.

    None

    No data validation.

    TextLength

    Data validation which checks for text values, whose length satisfies the given condition.

    Time

    Data validation which checks for time values satisfying the given condition.

    WholeNumber

    Data validation which checks for whole number values satisfying the given condition.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.