@mescius/spread-sheets-angular
Version:
SpreadJS angular support
24 lines (23 loc) • 1.12 kB
TypeScript
import { OnChanges, SimpleChanges } from '@angular/core';
import * as GC from '@mescius/spread-sheets';
import * as i0 from "@angular/core";
export declare class ColumnComponent implements OnChanges {
private changes;
private sheet?;
private index?;
width?: number | string;
dataField?: string;
headerText?: string;
visible?: boolean;
resizable?: boolean;
autoFit?: boolean;
style?: GC.Spread.Sheets.Style;
cellType?: GC.Spread.Sheets.CellTypes.Base;
headerStyle?: GC.Spread.Sheets.Style;
formatter: any;
onAttached(sheet: GC.Spread.Sheets.Worksheet, index: number): void;
private onColumnChanged;
ngOnChanges(changes: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "gc-column", never, { "width": "width"; "dataField": "dataField"; "headerText": "headerText"; "visible": "visible"; "resizable": "resizable"; "autoFit": "autoFit"; "style": "style"; "cellType": "cellType"; "headerStyle": "headerStyle"; "formatter": "formatter"; }, {}, never, ["*"]>;
}