Back to Devexpress

FormControlCollection.AddScrollbar Method

officefileapi-devexpress-dot-spreadsheet-dot-formcontrolcollection-dot-addscrollbar.md

latest944 B
Original Source

FormControlCollection.AddScrollbar Method

NameParametersDescription
AddScrollbar(Cell, Single, Single)topLeftCell, width, heightCreates a scrollbar form control so that the top left corner of the scrollbar is located at the specified cell.
AddScrollbar(CellRange)targetRangeAdds a scrollbar form control at a specified cell range.
AddScrollbar(Single, Single, Single, Single)x, y, width, heightCreates a scrollbar form control so that the top left corner of the scrollbar is located at the specified cell.