資源描述:
《cell(華表)組件的方法》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在應(yīng)用文檔-天天文庫。
1、Cell(華表)組件的方法Cell(華表)組件提供了大量的方法以操作其中數(shù)據(jù),根據(jù)功能分為以下類別∶1打印及打印預(yù)覽方法DoPrint?????打印DoPrintPreview?????打印預(yù)覽DoPrintPageSetup?????打印設(shè)置DoSetPrintHead?????設(shè)置頁眉DoSetPrintFoot?????設(shè)置頁腳DoSetPrintLabel?????設(shè)置打印行列標(biāo)DoSetPrintTitle?????設(shè)置頁標(biāo)題DoSetPrintPara??????設(shè)置打印參數(shù)(紙張,縮放等)DoSetPrintPa
2、ra2??????設(shè)置打印參數(shù)(縮放,表線,隱藏單元等)DoSetPrinter???????設(shè)置打印機(jī)DoPrintPage?????打印表頁DoPrintPreviewPage??表頁內(nèi)容打印預(yù)覽DoSetPrintPara3??????設(shè)置打印參數(shù)(水平垂直居中)DoSetPrintRange??????設(shè)置打印范圍DoSetPrintMargin??????設(shè)置頁邊距2Undo與RedoDoUndo?????UNDODORedo?????REDODoDiscardUndo?????拋棄UNDO信息DoGetUndoSt
3、ate?????當(dāng)前是否能UNDODoGetRedoState?????當(dāng)前是否能REDO3表格基本屬性DoSetBackGround?????設(shè)置控件背景模式DoSetDefaultFont?????設(shè)置缺省字體DoSetCanDragDrop?????是否允許拖放DoSetUnScrollRow?????設(shè)置不滾動行DoSetUnScrollCol??????設(shè)置不滾動列IsModified???控件中內(nèi)容是否被改動過DoSetModifiedFlag???設(shè)置改動標(biāo)志4與單元有關(guān)的方法DoSetCellAlignment
4、?????設(shè)置單元對齊DoSetCellTextStyle?????設(shè)置單元文本風(fēng)格DoSetCell3DState?????設(shè)置單元3D風(fēng)格DoSetCellData?????設(shè)置單元數(shù)據(jù)DoSetPageCellData?????設(shè)置指定頁單元數(shù)據(jù)DoSetCellNumberStyle?????設(shè)置單元數(shù)值格式DoSetButtonCell?????設(shè)置按鈕單元DoSetButtonCellEx?????設(shè)置按鈕單元DoSetRadioCell?????設(shè)置單選鈕單元DoSetDroplistCell?????設(shè)置下拉框
5、單元DoSetCheckboxCell?????設(shè)置核選框單元DoSetTextSpinCell?????設(shè)置文本滾卷鈕單元DoSetValueSpinCell?????設(shè)置數(shù)值滾卷鈕單元DoSetNormalCell?????設(shè)置普通單元DoSetCellInputControlCase?????控制輸入大小寫DoSetCellInputControlMask?????輸入控制串DoSetCellInputOnlyValue?????只輸入數(shù)值DoSetCellColor?????設(shè)置單元顏色DoSetCellPicture
6、?????設(shè)置單元圖片DoGetCellData?????得到單元數(shù)據(jù)DoGetCellDataFromFile?????從文件中得到單元數(shù)據(jù)DoGetPageCellData?????得到指定頁單元數(shù)據(jù)DoSetCellValue?????設(shè)置單元數(shù)值DoSetCellString?????設(shè)置單元字符串DoSetCellReadOnly?????設(shè)置單元只讀DoSetDropGridCell?????設(shè)置下拉窗口DoSetCellFont?????設(shè)置單元字體DoSetCellPrintable?????設(shè)置打印時是否隱藏
7、本單元內(nèi)容DoSetHintButtonCell????設(shè)置提示風(fēng)格按鈕單元DoGetCellFont??????得到單元格字體DoGetCellColor??????得到單元格顏色DoGetCellAlignment??????得到單元格對齊DoGetCellTextStyle??????得到單元格文本風(fēng)格(是否自動折行等)DoGetCellNumberStyle???????得到單元格數(shù)值格式DoGetCellDataType???????得到單元格數(shù)據(jù)屬性(數(shù)值或字符串)IsReadOnlyCell??????????是
8、否是只讀單元DoClearCell???????????清除單元格內(nèi)容DoSetCellTextOrientation??設(shè)置單元文字方向DoGetCellTextOrientation??得到單元文字方向DoSetCellNote???????設(shè)置單元注解(用戶數(shù)據(jù))DoG