GrapeCity.Windows.SpreadGrid.Editors 名前空間 > GcTextBox クラス > GetRectFromCharacterIndex メソッド : GetRectFromCharacterIndex(Int32,Boolean) メソッド |
'Declaration
Public Overloads Function GetRectFromCharacterIndex( _ ByVal charIndex As Integer, _ ByVal trailingEdge As Boolean _ ) As Rect
public Rect GetRectFromCharacterIndex( int charIndex, bool trailingEdge )
例外 | 説明 |
---|---|
System.ArgumentOutOfRangeException | charIndex が負であるか、内容の長さを超えています。 |