| 名前 | 説明 |
 | About | コンポーネントのバージョン情報を取得します。 |
 | AccessibilityObject | Gets the System.Windows.Forms.AccessibleObject assigned to the control. System.Windows.Forms.Controlから継承されます。 |
 | AccessibleDefaultActionDescription | Gets or sets the default action description of the control for use by accessibility client applications. System.Windows.Forms.Controlから継承されます。 |
 | AccessibleDescription | Gets or sets the description of the control used by accessibility client applications. System.Windows.Forms.Controlから継承されます。 |
 | AccessibleName | Gets or sets the name of the control used by accessibility client applications. System.Windows.Forms.Controlから継承されます。 |
 | AccessibleRole | Gets or sets the accessible role of the control System.Windows.Forms.Controlから継承されます。 |
 | ActiveChartIndicator | アクティブチャートインジケーターを取得します。 |
 | ActiveChildControl | シートのアクティブな埋め込み子コントロール オブジェクトを取得または設定します。 |
 | ActiveSheet | コンポーネントのアクティブシートを取得または設定します。 |
 | ActiveSheetIndex | コンポーネントのアクティブシートのインデックスを取得または設定します。 |
 | AllowCellContentFloat | セルの表示矩形が変更されるときにそのセルの内容がフローティング表示されるかどうかを示します。 |
 | AllowCellOverflow | このコンポーネントで、セルのデータが一杯になったときに隣の空のセルに表示できるかどうかを取得または設定します。 |
 | AllowChildControlDesign | ユーザーが子コントロールに対して設計アクションを実行できるかどうかを取得または設定します。 |
 | AllowColumnMove | ユーザーに列の移動を許可するかどうかを取得または設定します。 |
 | AllowColumnMoveMultiple | ユーザーに複数列の移動を許可するかどうかを取得または設定します。 |
 | AllowDragDrop | このコンポーネントで、ユーザーにセル範囲のドラッグ&ドロップを許可するかどうかを取得または設定します。 |
 | AllowDragFill | このコンポーネントで、ユーザーにセルのオートフィルを許可するかどうかを取得または設定します。 |
 | AllowDrop | Gets or sets a value indicating whether the control can accept data that the user drags onto it. System.Windows.Forms.Controlから継承されます。 |
 | AllowEditorReservedLocations | セルエディタによるマウス位置の予約を許可するかどうかを取得または設定します。 |
 | AllowEditOverflow | このコンポーネントで、編集モードのセルのデータが一杯になったときに隣の空のセルに表示できるかどうかを取得または設定します。 |
 | AllowRowMove | ユーザーに行の移動を許可するかどうかを取得または設定します。 |
 | AllowRowMoveDataAllowAddNew | ユーザーに自動的に追加された新規行の移動を許可するかどうかを示す値を取得または設定します。 |
 | AllowRowMoveMultiple | ユーザーに複数行の移動を許可するかどうかを取得または設定します。 |
 | AllowSheetMove | シートタブをドラッグ&ドロップしてシートを移動できるかどうかを取得または設定します。 |
 | AllowUndo | ユーザーに編集操作の取り消しを許可するかどうかを取得または設定します。 |
 | AllowUserFormulas | このコンポーネントで、ユーザーにセルへの数式の入力を許可するかどうかを取得または設定します。 |
 | AllowUserToTouchZoom | ユーザーがタッチ動作を使用してFpSpreadをズームできるかどうかを示す値を取得または設定します。 |
 | AllowUserZoom | ユーザーが[Ctrl]キーとマウスホイールを使用してコンポーネントの表示を拡大/縮小できるかどうかを取得または設定します。 |
 | Anchor | Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. System.Windows.Forms.Controlから継承されます。 |
 | AutoAdvance | ユーザーが[Shift]+[Tab]または[Tab]キーを使用して最初のセルまたは最後のセルから別のコントロールに移動できるかどうかを取得または設定します。 |
 | AutoClipboard | コンポーネントがクリップボードアクションのショートカットキーを処理するかどうかを取得または設定します。 |
 | AutoFitColumnOptions | 列ヘッダの右端をダブルクリックしたときの自動サイズ調整の動作を取得または設定します。 |
 | AutoFitRowOptions | 行ヘッダの下端をダブルクリックしたときの自動サイズ調整の動作を取得または設定します。 |
 | AutoImeMode | 編集モードでないセルでCharacterSetプロパティを使用するかどうかを取得または設定します。 |
 | AutoScrollOffset | Gets or sets where this control is scrolled to in System.Windows.Forms.ScrollableControl.ScrollControlIntoView(System.Windows.Forms.Control). System.Windows.Forms.Controlから継承されます。 |
 | AutoScrollWhenKeyboardShowing | キーボードが表示されたときの自動スクロールを取得または設定します。 |
 | BackColor | Gets or sets the background color for the control. System.Windows.Forms.Controlから継承されます。 |
 | BackgroundImage | オーバーライドされます。 このコンポーネントの背景に描画する画像を取得または設定します。 |
 | BackgroundImageLayout | Gets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration. System.Windows.Forms.Controlから継承されます。 |
 | BindingContext | Gets or sets the System.Windows.Forms.BindingContext for the control. System.Windows.Forms.Controlから継承されます。 |
 | BorderCollapse | このコンポーネントで、隣接セルの罫線を1本の線にまとめるかどうかを取得または設定します。 |
 | BorderStyle | コンポーネントの周囲の境界線のスタイルを取得または設定します。 |
 | Bottom | Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. System.Windows.Forms.Controlから継承されます。 |
 | BoundaryFeedbackMode | 操作が特定の境界を超えたときにFpSpreadがどのように反応するかを取得または設定します。 |
 | Bounds | Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. System.Windows.Forms.Controlから継承されます。 |
 | ButtonDrawMode | コンポーネントのボタン型セルおよびコンボボックス型セルにボタンを表示するかどうかを取得または設定します。 |
 | CanFocus | Gets a value indicating whether the control can receive focus. System.Windows.Forms.Controlから継承されます。 |
 | CanSelect | Gets a value indicating whether the control can be selected. System.Windows.Forms.Controlから継承されます。 |
 | Capture | Gets or sets a value indicating whether the control has captured the mouse. System.Windows.Forms.Controlから継承されます。 |
 | CausesValidation | Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. System.Windows.Forms.Controlから継承されます。 |
 | CellNoteIndicatorRenderer | コンポーネントのセルノートインジケーターを描画するセルノートインジケーターレンダラーを取得または設定します。 |
 | CellNoteIndicatorVisible | コンポーネントのセルにセルノートインジケータを表示するかどうかを取得または設定します。 |
 | CellSpanSelectionPolicy | 結合されたヘッダセルをクリックしたときの動作を取得または設定します。 |
 | ClientRectangle | Gets the rectangle that represents the client area of the control. System.Windows.Forms.Controlから継承されます。 |
 | ClientSize | Gets or sets the height and width of the client area of the control. System.Windows.Forms.Controlから継承されます。 |
 | ClipboardOptions | クリップボードを使用してコンポーネントのデータをコピーまたは貼り付けるときにヘッダとフィルタバーを含めるかどうかを取得または設定します。 |
 | ClipboardPasteToFill | クリップボードの内容をコンポーネントに貼り付けるとき、クリップボードにコピーされた1つのセルを範囲全体に貼り付けるかどうかを取得または設定します。 |
 | ColumnSplitBoxAlignment | このコンポーネントで、列分割ボックスを水平スクロールバーに対してどこに配置するかを取得または設定します。 |
 | ColumnSplitBoxPolicy | このコンポーネントの列分割ボックスの表示ポリシーを取得または設定します。 |
 | CompanyName | Gets the name of the company or creator of the application containing the control. System.Windows.Forms.Controlから継承されます。 |
 | Container | System.ComponentModel.Componentから継承されます。 |
 | ContainsFocus | Gets a value indicating whether the control, or one of its child controls, currently has the input focus. System.Windows.Forms.Controlから継承されます。 |
 | ContextMenu | Gets or sets the shortcut menu associated with the control. System.Windows.Forms.Controlから継承されます。 |
 | ContextMenuStrip | オーバーライドされます。 |
 | Controls | Gets the collection of controls contained within the control. System.Windows.Forms.Controlから継承されます。 |
 | Created | Gets a value indicating whether the control has been created. System.Windows.Forms.Controlから継承されます。 |
 | Cursor | オーバーライドされます。 このコンポーネントに表示するポインタを取得または設定します。 |
 | CustomFillSeriesList | カスタムリスト連続フィルを取得します。 |
 | CustomIconContainer | 現在の Spread オブジェクトに対する CustomIconContainer オブジェクトを取得します。 |
 | DataBindings | Gets the data bindings for the control. System.Windows.Forms.Controlから継承されます。 |
 | DataMember | このコンポーネントのアクティブシートに読み込むデータメンバの名前を取得または設定します。 |
 | DataSource | このコンポーネントのアクティブシートに読み込むデータソースの名前を取得または設定します。 |
 | DeviceDpi | System.Windows.Forms.Controlから継承されます。 |
 | DisplayRectangle | Gets the rectangle that represents the display area of the control. System.Windows.Forms.Controlから継承されます。 |
 | Disposing | Gets a value indicating whether the base System.Windows.Forms.Control class is in the process of disposing. System.Windows.Forms.Controlから継承されます。 |
 | Dock | Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. System.Windows.Forms.Controlから継承されます。 |
 | DragFillDataOnly | ドラッグフィルアクションの実行時にデータのみをコピーするかどうかを示す値を取得または設定します。 |
 | EditingControl | アクティブセルを編集しているControlオブジェクトを取得します。コンポーネントが編集モードでない場合はNullを返します。 |
 | EditMode | コンポーネントのアクティブセルが編集モードであるかどうかを取得または設定します。 |
 | EditModePermanent | このコンポーネントで、セルがアクティブになったときにそのセルを編集モードにするかどうかを取得または設定します。 |
 | EditModeReplace | このコンポーネントで、セルが編集モードになったときにそのセルの既存の内容を選択するかどうかを取得または設定します。 |
 | EnableCrossSheetReference | このコンポーネントで相互シート参照を有効にします。 |
 | Enabled | Gets or sets a value indicating whether the control can respond to user interaction. System.Windows.Forms.Controlから継承されます。 |
 | Focused | Gets a value indicating whether the control has input focus. System.Windows.Forms.Controlから継承されます。 |
 | FocusRenderer | コンポーネントのフォーカス矩形を描画するフォーカスインジケータレンダラを取得または設定します。 |
 | Font | オーバーライドされます。 このコンポーネントのシートのデフォルトフォントを取得または設定します。 |
 | Handle | Gets the window handle that the control is bound to. System.Windows.Forms.Controlから継承されます。 |
 | HasChildren | Gets a value indicating whether the control contains one or more child controls. System.Windows.Forms.Controlから継承されます。 |
 | HeaderIndicatorPositionAdjusting | ソートおよびフィルタリングインジケーターと列の右端との距離を取得または設定します。 |
 | Height | Gets or sets the height of the control. System.Windows.Forms.Controlから継承されます。 |
 | HorizontalScrollBar | 水平スクロールバーを取得します。 |
 | HorizontalScrollBarHeight | このコンポーネントの水平スクロールバーの高さを取得または設定します。 |
 | HorizontalScrollBarMode | 水平スクロールバーモードを取得または設定します。 |
 | HorizontalScrollBarPolicy | このコンポーネントで、水平スクロールバーをいつ表示するかを取得または設定します。 |
 | HorizontalScrollBarSmallChange | 水平スクロールバーの小さい移動量を取得または設定します。 |
 | ImeMode | コントロールのIME(入力メソッドエディタ)モードを取得または設定します。 |
 | ImeSentenceMode | IMEセンテンスモードを取得または設定します。 |
 | InputDeviceType | 現在のデバイスを示す入力デバイスタイプを取得します。 |
 | InputScope | SPREADの入力スコープを取得または設定します。 |
 | InterfaceRenderer | タブストリップ要素を描画するためのタブストリップレンダラーを取得または設定します。 |
 | InvokeRequired | Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. System.Windows.Forms.Controlから継承されます。 |
 | IsAccessible | Gets or sets a value indicating whether the control is visible to accessibility applications. System.Windows.Forms.Controlから継承されます。 |
 | IsDisposed | Gets a value indicating whether the control has been disposed of. System.Windows.Forms.Controlから継承されます。 |
 | IsHandleCreated | Gets a value indicating whether the control has a handle associated with it. System.Windows.Forms.Controlから継承されます。 |
 | IsLayoutSuspended | このコンポーネントでレイアウトが中断されているかどうかを返します。 |
 | IsMirrored | Gets a value indicating whether the control is mirrored. System.Windows.Forms.Controlから継承されます。 |
 | LayoutEngine | Gets a cached instance of the control's layout engine. System.Windows.Forms.Controlから継承されます。 |
 | Left | Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. System.Windows.Forms.Controlから継承されます。 |
 | LeftTab | コンポーネントの左端のシートタブを取得または設定します。 |
 | Location | Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. System.Windows.Forms.Controlから継承されます。 |
 | Margin | Gets or sets the space between controls. System.Windows.Forms.Controlから継承されます。 |
 | MaximumSize | Gets or sets the size that is the upper limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. System.Windows.Forms.Controlから継承されます。 |
 | MinimumSize | Gets or sets the size that is the lower limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. System.Windows.Forms.Controlから継承されます。 |
 | MinZoomFactor | アクティブなSheetViewの最小ズーム率を示す値を取得または設定します。 |
 | MoveActiveOnFocus | ユーザーがマウスを使用して、フォーカスをビューに移動したときに、 アクティブセルの位置が移動するかどうかを表す値を取得または設定します。 |
 | Name | Spread コンポーネントの名前を取得または設定します。 |
 | NamedStyles | 定義済みスタイル(NamedStyleCollectionオブジェクト)を取得または設定します。 |
 | Padding | Gets or sets padding within the control. System.Windows.Forms.Controlから継承されます。 |
 | PaintActiveCellInSelection | 選択範囲内のアクティブセルが描画されるかどうかを取得または設定します。 |
 | PaintSelectionBorder | 境界線の選択を描画できるかどうかを示す値を取得または設定します。 |
 | PaintSelectionHeader | ヘッダの選択を描画できるかどうかを取得または設定します。 |
 | PanningMode | FpSpreadがタッチ操作にどのように反応するかを取得または設定します。 |
 | Parent | Gets or sets the parent container of the control. System.Windows.Forms.Controlから継承されます。 |
 | PreferredSize | Gets the size of a rectangular area into which the control can fit. System.Windows.Forms.Controlから継承されます。 |
 | ProductName | Gets the product name of the assembly containing the control. System.Windows.Forms.Controlから継承されます。 |
 | ProductVersion | Gets the version of the assembly containing the control. System.Windows.Forms.Controlから継承されます。 |
 | RangeDragFillMode | ユーザーが単一または複数のセルの内容を使用してコンポーネントのセルにドラッグ&フィルするために使用できるモードを取得または設定します。 |
 | RecreatingHandle | Gets a value indicating whether the control is currently re-creating its handle. System.Windows.Forms.Controlから継承されます。 |
 | Region | Gets or sets the window region associated with the control. System.Windows.Forms.Controlから継承されます。 |
 | ResizeZeroIndicator | FpSpreadが高さゼロの行および幅ゼロの列をどのように処理するかを取得または設定します。 |
 | RetainSelectionBlock | コンポーネントがフォーカスを失ったときに、選択されているセル範囲をハイライト表示のままにするかどうかを取得または設定します。 |
 | Right | Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. System.Windows.Forms.Controlから継承されます。 |
 | RightToLeft | Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. System.Windows.Forms.Controlから継承されます。 |
 | RowSplitBoxAlignment | このコンポーネントで、行分割ボックスを垂直スクロールバーに対してどこに配置するかを取得または設定します。 |
 | RowSplitBoxPolicy | このコンポーネントの行分割ボックスの表示ポリシーを取得または設定します。 |
 | ScrollBarMaxAlign | このコンポーネントで、スクロールバーがアクティブシートの最後の行および列に揃うかどうかを取得または設定します。 |
 | ScrollBarShowMax | 表示されるスクロールバーがシートの全体の列数と行数に基づくかどうかを取得または設定します。 |
 | ScrollBarTrackPolicy | |
 | ScrollTipPolicy | このコンポーネントで、ユーザーがスクロールボックスを移動したときにスクロールヒントを表示するかどうかを取得または設定します。 |
 | SearchDialog | このコンポーネントでシートのセルのテキスト検索に関連付けられたダイアログを取得します。 |
 | SelectionBlockOptions | このコンポーネントでユーザーが選択できる選択範囲の種類を取得または設定します。 |
 | SelectionRenderer | コンポーネントの選択範囲を描画する選択範囲レンダラを取得または設定します。 |
 | Sheets | コンポーネントのシート(SheetViewオブジェクト)を取得します。 |
 | ShowCellErrors | アイコンによってコンポーネントに行エラーを表示できるかどうかを取得または設定します。 |
 | ShowDragBandOnMoving | 行または列をドラッグして移動するときにドラッグバンドを表示するかどうかを取得または設定します。 |
 | ShowGrippersInEditingStatus | タップしたときに編集モードでグリッパーを表示するかどうかを取得または設定します。 |
 | ShowRowErrors | アイコンまたはスティッキーノートを使用してコンポーネントにセルエラーを表示できるかどうかを取得または設定します。 |
 | Site | Gets or sets the site of the control. System.Windows.Forms.Controlから継承されます。 |
 | Size | Gets or sets the height and width of the control. System.Windows.Forms.Controlから継承されます。 |
 | Skin | SPREADのスキンを取得または設定します。 |
 | SpreadScaleMode | システムDPIに従ってSPREADを自動的にスケーリングするか(SPREADは1つのサイズだけをサポートするので、正しくスケーリングするためにアプリケーションでAutoScaleMode.Dpiを使用する必要がある)、またはアプリケーションの幅を使用してスケーリングするかを取得または設定します。 |
 | StatusBar | SPREADのスクロールバーコントロールを取得します。 |
 | StatusBarVisible | ステータスバーが有効かどうかを取得または設定します。 |
 | SuspendAnimations | アニメーション フォーカス レンダラなどのアニメーションを一時停止するかどうかを取得または設定します。 |
 | TabIndex | Gets or sets the tab order of the control within its container. System.Windows.Forms.Controlから継承されます。 |
 | TableStyleCollection | テーブルスタイルのコレクションを取得します。 |
 | TabStop | Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. System.Windows.Forms.Controlから継承されます。 |
 | TabStrip | このコンポーネントのタブストリップを表すオブジェクトを取得します。 |
 | TabStripInsertTab | 新しいシートを挿入するための特殊なタブが表示されるかどうかを取得または設定します。 |
 | TabStripInsertTabImage | タブストリップのタブ挿入画像を取得または設定します。 |
 | TabStripPlacement | タブストリップの位置を取得または設定します。 |
 | TabStripPolicy | このコンポーネントのシートタブストリップの表示ポリシーを取得または設定します。 |
 | TabStripRatio | このコンポーネントのタブストリップの幅を、水平スクロールバーの幅全体に対する割合として取得または設定します。 |
 | Tag | このコンポーネントのアプリケーション用の付加データを取得または設定します。 |
 | TapToAddSelection | タップによって選択を追加するかどうかを取得または設定します。 |
 | TextTipAppearance | ビューのポップアップヒントの外観を取得または設定します。 |
 | TextTipDelay | このコンポーネントで、セルまたはヘッダにポインタを置いてからポップアップヒントが表示されるまでの時間(ミリ秒単位)を取得または設定します。 |
 | TextTipPolicy | このコンポーネントで、ポップアップヒントとセルのメモを表示するかどうかと、それらを表示する位置を取得または設定します。 |
 | TitleInfo | Spread のタイトル情報オブジェクトのコレクションを取得または設定します。 |
 | Top | Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. System.Windows.Forms.Controlから継承されます。 |
 | TopLevelControl | Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost System.Windows.Forms.Form that the control is contained in. System.Windows.Forms.Controlから継承されます。 |
 | TouchDropDownScale | セルのドロップダウン項目に適用するズームスケール値を指定するTouchDropDownScale を取得または設定します。 |
 | TouchSelectionGripperBackColor | グリッパーの背景色を取得または設定します。 |
 | TouchSelectionGripperLineColor | グリッパーの枠線の色を取得または設定します。 |
 | TouchSelectionGripperThickness | グリッパーの枠線の太さを取得または設定します。 |
 | TouchZoomSnapDistance | 現在のズーム率をTouchZoomSnapPointsに含まれるいずれかのズーム率にスナップさせる最小の間隔を示す値を取得または設定します。 |
 | TouchZoomSnapPoints | ズームが終了するときにそのいずれかの値にズーム率がスナップされるズーム率のグループを取得します。 |
 | UndoManager | 本Spreadコンポーネントのアンドゥーマネージャーを取得または設定します。 |
 | UseOptimizedSelectionForTouch | タッチに最適化された選択を使用するかどうかを取得または設定します。 |
 | UseWaitCursor | Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. System.Windows.Forms.Controlから継承されます。 |
 | VerticalScrollBar | 垂直スクロールバーを取得します。 |
 | VerticalScrollBarMode | 垂直スクロールバーモードを取得または設定します。 |
 | VerticalScrollBarPolicy | このコンポーネントで、垂直スクロールバーをいつ表示するかを取得または設定します。 |
 | VerticalScrollBarSmallChange | 水平スクロールバーの小さい移動量を取得または設定します。 |
 | VerticalScrollBarWidth | このコンポーネントの垂直スクロールバーの幅を取得または設定します。 |
 | Visible | Gets or sets a value indicating whether the control and all its child controls are displayed. System.Windows.Forms.Controlから継承されます。 |
 | VisualStyles | コンポーネントのオブジェクトをレンダリングするときに表示スタイルを使用するかどうかを取得または設定します。 |
 | Width | Gets or sets the width of the control. System.Windows.Forms.Controlから継承されます。 |
 | ZoomFactor | このコンポーネントのアクティブシートの表示倍率を取得または設定します。 |