[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.DDSheet.SetRowAutoSize

SetRowAutoSize Method

SetRowAutoSize(int, bool)

Sets the AutoSize property for the row.
If the value is false, the height of the row may differ from the height of the font.
If the value is true, the height of the row is based directly on the size of the text in the row.

Declaration
public void SetRowAutoSize(int row, bool flag)
Parameters
Type Name Description
int row
bool flag
Remarks

This function sets the fUnsynced bitflag for the Biff Row record. This flag allows the row height to differ from the font height.