Set2DViewCreateWithTableByText
Overloads
| Name | Description |
|---|---|
| Set2DViewCreateWithTableByText(int row, int column, bool updateCellAutoSize, string szText) | 2D 뷰 - 개체 생성 (Table) 중 텍스트 변경 |
Set2DViewCreateWithTableByText(int row, int column, bool updateCellAutoSize, string szText)
public void Set2DViewCreateWithTableByText(int row, int column, bool updateCellAutoSize, string szText)
2D 뷰 - 개체 생성 (Table) 중 텍스트 변경
Parameters
| Name | Type | Description |
|---|---|---|
| row | int | 행 |
| column | int | 열 |
| updateCellAutoSize | bool | 자동 크기 정렬 여부 |
| szText | string | Text |