RevGrid - v0.10.0
    Preparing search index...
    • Converts a RevSelectionAreaType string value to its corresponding RevSelectionAreaTypeId enum.

      Parameters

      • type: "dynamicAll" | "rectangle" | "row" | "column"

        The selection area type to convert.

      Returns RevSelectionAreaTypeId

      The corresponding RevSelectionAreaTypeId for the given type.

      RevUnreachableCaseError If the provided type is not a recognized selection area type.