Excel.ReferencedValue type
セル内の値を表します。
export type ReferencedValue = ArrayCellValue | EntityCellValue | RootReferenceCellValue | DoubleCellValue | StringCellValue | BooleanCellValue;
注釈
使用元
- Excel.ArrayCellValue: referencedValues
- Excel.BooleanCellValue: referencedValues
- Excel.DoubleCellValue: referencedValues
- Excel.EntityCellValue: referencedValues
- Excel.StringCellValue: referencedValues
この型エイリアスの型の詳細については、次のリンクを参照してください。
Excel.ArrayCellValue、 Excel.EntityCellValue、 Excel.RootReferenceCellValue、 Excel.DoubleCellValue、 Excel.StringCellValue、 Excel.BooleanCellValue