Search Results for

    Show / Hide Table of Contents

    Class OTZSingleLineRange

    単一行の範囲の情報を保持する機能を提供します。

    Inheritance
    System.Object
    OTZSingleLineRange
    名前空間: OTZControls.Utilities
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZSingleLineRange

    コンストラクタ

    OTZSingleLineRange()

    コンストラクタ

    宣言
    public OTZSingleLineRange()

    OTZSingleLineRange(Int32, Int32)

    コンストラクタ

    宣言
    public OTZSingleLineRange(int startIndex, int endIndex)
    パラメーター
    型 名前 説明
    System.Int32 startIndex
    System.Int32 endIndex

    プロパティ

    EndIndex

    終了位置を取得または設定します。

    宣言
    public int EndIndex { get; set; }
    プロパティ値
    型 説明
    System.Int32

    StartIndex

    開始位置を取得または設定します。

    宣言
    public int StartIndex { get; set; }
    プロパティ値
    型 説明
    System.Int32
    In This Article
    Back to top Generated by DocFX