GetCellProperties
Returns an ICellProperties object providing the properties of the fact in the specified Excel range.
Signature
GetCellProperties(in cell:Microsoft.Office.Interop.Excel.Range) -> ICellProperties |
Parameters
Name | Type | Description |
---|---|---|
cell | Microsoft.Office.Interop.Excel.Range | An Excel cell containing an XBRL fact (must be within the data range of a form). |