Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Cell

import type { Cell } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface Cell {
CellReference?: string | null;
Column?: number | null;
ColumnName?: string | null;
Row?: number | null;
}

§Properties

§
CellReference?: string | null
[src]
§
Column?: number | null
[src]
§
ColumnName?: string | null
[src]
§
Row?: number | null
[src]