FillGrid

버전 1.0.0.0 (50.9 KB) 작성자: Michael Robbins
Populates a grid, i.e. Microsoft Spreadsheet Object, with a cell array.
다운로드 수: 2.3K
업데이트 날짜: 2005/6/3

라이선스 없음

FILLGRID populates a grid, i.e. Microsoft Spreadsheet Object, with a cell array

The cell array may contain mixed types.

FILLGRID(SPREADSHEET,M) populates SPREADSHEET with M
FILLGRID(SPREADSHEET,M,DOPASTE) usage obsolete
FILLGRID(SPREADSHEET,M,DOPASTE,DOWAITBAR) also uses a progress indicator if DOWAITBAR is 1 (default), does not if DOWAITBAR is 0
FILLGRID(SPREADSHEET,M,DOPASTE,DOWAITBAR,MINR,MINC,MAXR,MAXC) specifies the minimum and maximum rows and cloumns to use

FILLGRID(SPREADSHEET,M,DOPASTE,DOWAITBAR,MINR,MINC,MAXR,MAXC,ASSTR) forces all values to be placed as strings, instead of the default behavior which populates the grid with numbers when possible.

Example:
figure;
spreadsheet = actxcontrol('OWC11.Spreadsheet.11',[0 0 200 200]);
M = {'abc', 123; 12.17, logical(1)};
FillGrid(spreadsheet,M);

인용 양식

Michael Robbins (2024). FillGrid (https://www.mathworks.com/matlabcentral/fileexchange/7765-fillgrid), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R13
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 ActiveX에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0