.NET Windows Forms in a Nutshell
This value type is used to define a range of characters within a string, by specifying the starting character and the length of the substring. public struct CharacterRange { // Public Constructors public CharacterRange (int First , int Length ); // Public Instance Properties public int First {set; get; } public int Length {set; get; } } Hierarchy
System.Object Passed To
StringFormat.SetMeasurableCharacterRanges() |