wijspread

와루와루·2024년 8월 19일

$.wijmo.wijspread.Spread (이름, 개수, 호스트)**

지정된 이름, 시트 수 및 호스팅된 DOM 요소로 스프레드시트를 만듭니다.

addCustomFunction(fn)
Adds a custom function.
사용자 정의 기능을 추가합니다.

addCustomName(name, formula, baseRow, baseCol)
Adds a custom name.
사용자 정의 이름을 추가합니다.

addSheet(index, sheet)
Inserts a sheet at the specific index.
특정 인덱스에 시트를 삽입합니다.

allowUndo(value)
Gets or sets whether to allow the user to undo edit operations.
사용자가 편집 작업을 취소할 수 있는지 여부를 가져오거나 설정합니다.

allowUserResize(value)
Gets or sets whether to allow the end user to resize columns and rows.
최종 사용자가 열과 행의 크기를 조정할 수 있는지 여부를 가져오거나 설정합니다.

allowUserZoom(value)
Gets or sets whether the user can scale the display of the component using the Ctrl key and the mouse wheel.
사용자가 Ctrl 키와 마우스 휠을 사용하여 구성 요소의 표시 크기를 조정할 수 있는지 여부를 가져오거나 설정합니다.

bind(type, data, fn)
Binds an event to Spread.
이벤트를 Spread에 연결합니다.

canUserDragDrop(value)
Gets or sets whether to allow the user to drag and drop cell range data to another range.
사용자가 셀 범위 데이터를 다른 범위로 끌어서 놓을 수 있는지 여부를 가져오거나 설정합니다.

canUserDragFill(value)
Gets or sets whether to allow the user to drag fill a range of cells.
사용자가 셀 범위를 끌어서 채울 수 있는지 여부를 가져오거나 설정합니다.

clearCustomFunctions()
Clears all custom functions.
모든 사용자 정의 기능을 지웁니다.

clearCustomNames()
Clears custom names.
사용자 정의 이름을 지웁니다.

clearSheets()
Clears all sheets in the control.
컨트롤에 있는 모든 시트를 지웁니다.

doCommand(value)
Executes a command.
명령을 실행합니다.

fromJSON(spreadData)
Loads the JSON data.
JSON 데이터를 로드합니다.

getActiveSheet()
Returns the active sheet.
활성 시트를 반환합니다.

getActiveSheetIndex()
Gets the active sheet index of the control.
컨트롤의 활성 시트 인덱스를 가져옵니다.

getCustomFunction(name)
Gets a custom function.
사용자 지정 함수를 가져옵니다.

getCustomName(name)
Gets custom name information.
사용자 지정 이름 정보를 가져옵니다.

getSheet(index)
Gets the specified sheet.
지정된 시트를 가져옵니다.

getSheetCount()
Gets the number of sheets.
매수를 가져옵니다.

getSheetFromName(name)
Gets the sheet with the specified name.
지정된 이름의 시트를 가져옵니다.

getTabStripRatio()
Gets the width of the tab strip for this component expressed as a percentage of the overall horizontal scroll bar width.
전체 수평 스크롤 막대 너비의 백분율로 표현된 이 구성 요소의 탭 스트립 너비를 가져옵니다.

invalidateLayout()
Updates the control layout information.
컨트롤 레이아웃 정보를 업데이트합니다.

isPaintSuspended(value)
Gets or sets a property that indicates whether to refresh automatically or manually after changing Spread UI settings.
Spread UI 설정을 변경한 후 자동으로 새로 고칠지 아니면 수동으로 새로 고칠지 여부를 나타내는 속성을 가져오거나 설정합니다.

newTabVisible(value)
Gets or sets whether the control displays a special tab that allows users to insert new sheets.
사용자가 새 시트를 삽입할 수 있는 특수 탭을 컨트롤에 표시할지 여부를 가져오거나 설정합니다.

referenceStyle(value)
Gets or sets the style for cell and range references in cell formulas.
셀 수식의 셀 및 범위 참조에 대한 스타일을 가져오거나 설정합니다.

removeCustomFunction(name)
Removes a custom function.
사용자 정의 기능을 제거합니다.

removeCustomName(name)
Removes the specified custom name.
지정된 사용자 지정 이름을 제거합니다.

removeSheet(index)
Removes a specific sheet.
특정 시트를 제거합니다.

repaint()
Repaints the Spread control.
스프레드 컨트롤을 다시 칠합니다.

resumeEvent()
Resumes the calculation service.
계산 서비스를 다시 시작합니다.

search(searchCondition)
Searches the text in the cells in the specified sheet for the specified string with the specified criteria.
지정된 조건에 따라 지정된 시트의 셀에 있는 텍스트에서 지정된 문자열을 검색합니다.

setActiveSheetIndex(value)
Sets the active sheet index for the control.
컨트롤에 대한 활성 시트 인덱스를 설정합니다.

setSheetCount(count)
Sets the number of sheets.
매수를 설정합니다.

setTabStripRatio(tabStripRatio, skipRefreshScrollbar)
Sets the width of the tab strip expressed as a percentage of the overall horizontal scroll bar width.
전체 수평 스크롤 막대 너비의 백분율로 표현되는 탭 스트립의 너비를 설정합니다.

showActiveCell(verticalPosition, horizontalPosition)
Moves the active cell to the specified position.
활성 셀을 지정된 위치로 이동합니다.

showCell(row, col, verticalPosition, horizontalPosition)
Moves a cell to the specified position.
셀을 지정된 위치로 이동합니다.

showColumn(col, horizontalPosition)
Moves a column to the specified position.
지정된 위치로 열을 이동합니다.

showRow(row, verticalPosition)
Moves a row to the specified position.
행을 지정된 위치로 이동합니다.

suspendEvent()
Suspends the calculation service.
계산 서비스를 중단합니다.

tabEditable(value)
Gets or sets whether the user can edit the tab strip.
사용자가 탭 스트립을 편집할 수 있는지 여부를 가져오거나 설정합니다.

tabStripVisible(value)
Gets or sets the display policy for the sheet tab strip.
시트 탭 스트립에 대한 표시 정책을 가져오거나 설정합니다.

toJSON()
Saves to the JSON data.
JSON 데이터로 저장합니다.

unbind(type, fn)
Removes the binding of an event to Spread.
이벤트와 Spread의 바인딩을 제거합니다.

unbindAll()
Removes the binding of all events to Spread.
모든 이벤트의 Spread 바인딩을 제거합니다.

undoManager()
Gets the undo manager for the control.
컨트롤에 대한 실행 취소 관리자를 가져옵니다.

profile
우당탕탕 흘러가는 뉴비 개발자

0개의 댓글