Method Insert NamespaceAlternet.Common AssemblyAlternet.Common.v9.dll Insert(int, IRange) Inserts a range into the range list at the specified index. public void Insert(int index, IRange item) Parameters index int The zero-based index at which range should be inserted. item IRange Specifies range to insert.