API Reference
Enum
LegacyXlsDataValidationListSourceKind
Identifies the source shape for a legacy list validation rule.
Inheritance
- Enum
- LegacyXlsDataValidationListSourceKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyXlsDataValidation.ListSourceKind
- Field LegacyXlsDataValidationListSourceKind.DefinedName
- Field LegacyXlsDataValidationListSourceKind.InlineList
- Field LegacyXlsDataValidationListSourceKind.None
- Field LegacyXlsDataValidationListSourceKind.Range
- Field LegacyXlsDataValidationListSourceKind.SheetQualifiedRange
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const LegacyXlsDataValidationListSourceKind None #No list source was identified, or the validation is not a list rule.
Value:
0public const LegacyXlsDataValidationListSourceKind InlineList #The rule stores its allowed values inline.
Value:
1public const LegacyXlsDataValidationListSourceKind Range #The rule references a same-sheet range.
Value:
2public const LegacyXlsDataValidationListSourceKind SheetQualifiedRange #The rule references a range on another sheet.
Value:
3public const LegacyXlsDataValidationListSourceKind DefinedName #The rule references a defined name.
Value:
4