[]
Gets the desired size of the given cell on this sheet.
public Size GetPreferredCellSize(int row, int col)
Public Function GetPreferredCellSize(row As Integer, col As Integer) As Size
Type | Name | Description |
---|---|---|
int | row | Row index |
int | col | Column index |
Type | Description |
---|---|
Size | A desired size of the given cell. |