'Declaration Public Function New( _
ByVal columnWidthWidth of the column.As Double, _
ByVal rowHeightHeight of the row.As Double, _
ByVal autoHeightA value indicating whether row height is calculated automatically.As Boolean, _
ByVal rowsHiddenByDefaultA value indicating whether rows are hidden by default.As Boolean _
)
public WorksheetFormat(
double columnWidth,
double rowHeight,
bool autoHeight,
bool rowsHiddenByDefault
)
public: WorksheetFormat(
double columnWidth,
double rowHeight,
bool autoHeight,
bool rowsHiddenByDefault
)
public:
WorksheetFormat(
double columnWidth,
double rowHeight,
bool autoHeight,
bool rowsHiddenByDefault
)
Parameters
- columnWidth
- Width of the column.
- rowHeight
- Height of the row.
- autoHeight
- A value indicating whether row height is calculated automatically.
- rowsHiddenByDefault
- A value indicating whether rows are hidden by default.