WebCells.SetRowOutlineLevelAndStatus

WebCells.SetRowOutlineLevelAndStatus method

Sets the outline level of the row.

public void SetRowOutlineLevelAndStatus(int rowIndex, int outlineLevel, bool isHidden)
ParameterTypeDescription
rowIndexInt32row index.
outlineLevelInt32outline level.
isHiddenBooleanisHidden.

See Also