(继承自 ListControl。) AltHTML 基础结构。 Anchor 基础结构。 (重写 Control.Anchor。) Application 获取一个 Application 对象,该对象表示 ComboBox 的创建者。 AutoCompleteCustomSource 获取或设置当 ComboBox.AutoCompleteSource 属性设置为 [CustomSource] 时要使用的自定义 T:System.Collections.Specialized.String...
EndUpdate 在BeginUpdate 方法挂起绘制后,该方法恢复绘制 ComboBox 控件。 (继承自 ComboBox。) Equals 确定指定的对象是否等于当前对象。 (继承自 Object。) FilterItemOnProperty(Object) 如果ListControl 项是被给定了该项的对象的属性,则检索该项的当前值。 (继承自 ListControl。) FilterItemOnProperty(Object,...
TextBoxFormat button TextBoxInsertExcel toggleButton TextBoxInsertHorizontal toggleButton TextBoxInsertMenu splitButton TextBoxInsertVertical toggleButton TextDirectionContext toggleButton TextDirectionLeftToRight toggleButton TextDirectionRightToLeft toggleButton TextEffectGlowGallery 画廊 TextEffects3DRotationGallery 画廊 ...
The component supports various formatting options: font size, font family, font color, fill color, indent, and horizontal and vertical alignments of text. Examples of cell formatting Cell formatting documentationConditional formatting Conditional formatting can format a cell or range of cells based on ...
如何使用 RowSource 属性来填充工作表上以 ListBox 控件 要使用 RowSource 属性来填充工作表, 上 ListBox 控件从范围的单元格请按照下列步骤: ListBox 1 填充单元格 A 1: A 5 Sheet 中有值。 如何填充一个 ListBox 控件数组中有值 下例显示您如何填充以数组 ListBox 控件。 数组中每次为 ListBox 控件项必...
Support more SpreadJS features: show or hide horizontal and vertical grid lines, freeze trailing rows/columns, etc. Fixed Object reference error on converting the Workbook to JSON with DataValidation definitions.(DOCXLS-2659) ToJSON method throws error when cell has formatter on Linux.(DOCXLS-267...
Selecting Horizontal gives you a view of your workbooks in a single stack, one on top of the other, as in Figure 1-2. Checking the Vertical option will place all your open workbooks side by side, as shown in Figure 1-3. Finally, as shown in Figure 1-4, selecting the Cascade option...
Apply and modify horizontal and vertical page breaks. Apply and modify custom page breaks. Apply various page setup options like paper size, orientation, scaling, and margins. Apply print settings. Print workbooks with custom page settings. Shapes Create and manipulate AutoShapes. Create and manipula...
Pivot Chart Horizontal axis will not let me change both Axis categories to vertical display Pivot Chart Type is Changing after Filtering Pivot reference from one spreadsheet to another on a local drive - Error Message is "One or more field names used in the report are no longer valid. If yo...
35 yAxis.TickLabels.Orientation = Microsoft.Office.Interop.Excel.XlTickLabelOrientation.xlTickLabelOrientationHorizontal; 36 //Y轴显示的方向,是水平还是垂直等 37 yAxis.TickLabels.Font.Size = 8; 38 yAxis.TickLabels.Font.Name = "宋体"; 39 //设置标题和坐标轴 ...