API Reference
Enum
ExcelFormatCapabilityStatus
Describes how a workbook feature is handled for a physical Excel format.
Inheritance
- Enum
- ExcelFormatCapabilityStatus
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
- Method ExcelFormatCapabilityEntry.GetStatus
- Property ExcelFormatCapabilityEntry.Xls
- Property ExcelFormatCapabilityEntry.Xlsb
- Property ExcelFormatCapabilityEntry.Xlsx
- Field ExcelFormatCapabilityStatus.CompatibleRecipe
- Field ExcelFormatCapabilityStatus.MetadataOnly
- Field ExcelFormatCapabilityStatus.Native
- Field ExcelFormatCapabilityStatus.NativeSubset
- Field ExcelFormatCapabilityStatus.PreserveOnly
- Field ExcelFormatCapabilityStatus.Unsupported
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 ExcelFormatCapabilityStatus Native #The feature can be authored in the target format.
Value:
0public const ExcelFormatCapabilityStatus NativeSubset #A useful native subset can be authored in the target format.
Value:
1public const ExcelFormatCapabilityStatus CompatibleRecipe #The outcome is authored with compatible, broadly supported chart or workbook primitives.
Value:
2public const ExcelFormatCapabilityStatus MetadataOnly #OfficeIMO-owned metadata can be authored and inspected, but the target application's native object is not created.
Value:
3public const ExcelFormatCapabilityStatus PreserveOnly #Existing content is preserved or reported, but new native authoring is not available.
Value:
4public const ExcelFormatCapabilityStatus Unsupported #The feature cannot be represented or safely written by the current target writer.
Value:
5