API Reference
Class
ExcelFeatureFinding
One feature discovered in a workbook.
Inheritance
- Object
- ExcelFeatureFinding
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Category { get; } #Broad feature area, for example calculation, visualization, or compatibility.
public ExcelFeatureSupportLevel SupportLevel { get; } #OfficeIMO support status for this feature.
public Int32 Count { get; } #Number of matching items discovered.
public String Scope { get; } #Optional workbook or worksheet scope.
public String Note { get; } #Short explanation of what OfficeIMO can do with this feature today.
public IReadOnlyList<String> Details { get; } #Optional package, relationship, or worksheet details that explain where the feature was found.