[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.PercentCellType

PercentCellType クラス

パーセント書式の数値型セルを表します。

継承
PercentCellType
名前空間: FarPoint.Win.Spread.CellType
アセンブリ: FarPoint.Win.SpreadJ.dll
構文
public class PercentCellType : EditBaseCellType, ICellType, IEditor, ICloneable, IPropertyAllowedSupport, INotifyEditorValueChanged, IEnhancedPdfRenderer, IPdfSupport, IAllowArrowKeysMoveActiveCell, IErrorIconSupport, IEditorVerticaAlignSupport, ICellType, ICloneable<ICellType>, INumFmtSupportCellType, ISerializeSupport, IEditFormula, IRenderAlignment, IReadOnlySupport, IStaticSupport, IWordWrapSupport, IDisposable, IFormulaEditingSupport, IAutoCompleteSupport, IShrinkToFitSupport, IFormatter, IStringTrimmingSupport, ITextOrientationSupport2, ITextOrientationSupport, IEnhancedRenderer, IRenderer, IDisplayFormulaSupport, ISerializable, IReuseEditorControl2, IReuseEditorControl
Public Class PercentCellType
    Inherits EditBaseCellType
    Implements ICellType, IEditor, ICloneable, IPropertyAllowedSupport, INotifyEditorValueChanged, IEnhancedPdfRenderer, IPdfSupport, IAllowArrowKeysMoveActiveCell, IErrorIconSupport, IEditorVerticaAlignSupport, ICellType, ICloneable(Of ICellType), INumFmtSupportCellType, ISerializeSupport, IEditFormula, IRenderAlignment, IReadOnlySupport, IStaticSupport, IWordWrapSupport, IDisposable, IFormulaEditingSupport, IAutoCompleteSupport, IShrinkToFitSupport, IFormatter, IStringTrimmingSupport, ITextOrientationSupport2, ITextOrientationSupport, IEnhancedRenderer, IRenderer, IDisplayFormulaSupport, ISerializable, IReuseEditorControl2, IReuseEditorControl

コンストラクター

名前 説明
PercentCellType()

新しいパーセント型セルをデフォルトの設定で作成します。

PercentCellType(PercentCellType)

指定したセル型から新しいコピーを作成します(コピーコンストラクター)。

PercentCellType(SerializationInfo, StreamingContext)

シリアル化情報から新しいパーセント型セルを作成します。

プロパティ

名前 説明
DecimalPlaces

小数点以下の桁数を取得または設定します。

DecimalSeparator

小数点文字を取得または設定します。

FixedPoint

固定小数点で数値を表示するために数値の小数部分に桁数を表すゼロを表示するかどうかを取得または設定します。

LeadingZero

先頭のゼロを表示するかどうかを表す値を取得または設定します。

MaximumValue

ユーザー入力可能な最大値を取得または設定します。

MinimumValue

ユーザー入力可能な最小値を取得または設定します。

NegativeFormat

負の値を表示するための書式を取得または設定します。

NegativeRed

負の数値を赤色で表示するかどうかを表す値を取得または設定します。

PercentSign

パーセント記号として表示する文字を取得または設定します。

PositiveFormat

正の値を表示するための書式を取得または設定します。

Separator

数値を3桁ごとに区切るための文字列を取得または設定します。

ShowSeparator

数値を3桁ごとに区切るかどうかを表す値を取得または設定します。

SpinButton

編集中にスピンボタンを表示するかどうかを表す値を取得または設定します。

SpinDecimalIncrement

スピンボタンを使用したときに値を増分する量を設定します (カーソルが小数部分にある場合)。

SpinIntegerIncrement

スピンボタンを使用したときに値を増分する量を設定します (カーソルが整数部分にある場合)。

SpinWrap

最小値または最大値に達したときに折り返すかどうかを表す値を取得または設定します。

メソッド

名前 説明
Clone()

パーセント型セルを作成して返します。

Deserialize(XmlNodeReader)

オブジェクトをXMLからロードします。

Format(object)

指定したデータをセル型の書式に書式設定し、それを文字列として返します。

GetEditorControl(Appearance, float)

外観と表示倍率を指定して、このセル型の編集コントロールを取得します。

GetEditorControl(Control, Appearance, float)

外観と表示倍率を指定して、このセル型の編集コントロールを取得します。

GetEditorValue()

編集コントロール内の書式なしの値を取得します。

GetNewFormat()

パーセント値を書式設定するための新しい書式文字列を取得します。

GetObjectData(SerializationInfo, StreamingContext)

セル型をシリアル化します。

GetPercentSignString()

パーセント値を書式設定するためのパーセント記号文字列を取得します。

GetPreferredSize(Graphics, Size, Appearance, object, float)

コントロールが収まる矩形領域のサイズを取得します。

GetSeparatorCharacter()

パーセント値を書式設定するための区切り記号を取得します。

InitializeEditorControl(Control, Appearance, float)

エディタコントロールを初期化します。

IsReusable(Control)

このセル型が再利用できるかどうかをチェックします。

IsValid(object)

指定した値を倍精度の浮動小数点値に変換できるかどうか、 値が最大値と最小値の範囲内に収まっているかどうかを判定します。

PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float)

指定した外観設定を使用して、編集モードでないときのセルを指定したグラフィックインタフェースに描画します。

Parse(string)

指定した文字列をセル型のデータ型に解析し、それをオブジェクトとして返します。

Serialize(XmlTextWriter)

オブジェクトを XML に保存します。

SetCalculatorText(string, string)

ポップアップ計算機のテキストを設定します。

SetEditorValue(object)

編集コントロールの値を設定します。

SetNewFormat()

新しい書式(GetNewFormatが返す書式)を内部セルフォーマッタに設定します。