Encapsulates a collection of objects....collection of Range objects. Methods Method Description add(Range range)...range) Adds a Range item to the collection. add(Object o) Adds an...
EditableRange.remove method. Removes the editable Range from the document...remove() Removes the editable range from the document. Does not...content inside the editable range. def remove ( self ): ... Examples...
Insert a table into a document and modify it easily and fast instead of using VSTO in C#.... Range rng = this . Application . ActiveDocument...ActiveDocument . Range ( ref start , ref end ); // Insert a title...
Range method. Sets the outline borders around a Range of cells with same border style and color...Range.SetOutlineBorders Contents [ Hide ] SetOutlineBorders(CellBorderType...the outline borders around a range of cells with same border style...
Represents a Range of character positions in a string. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type....CharacterRange class Represents a range of character positions in a...that represents the specified range. CharacterRange () Constructs...
Aspose.Cells.Pivot.SxRng class. Represents Group Range in a PivotField...SxRng class Represents Group Range in a PivotField. public class...interval object for the group range. End { get; } Represents the...
Aspose.Cells.GridDesktop.SortRange class. Indicates a Range of a Worksheet and provide method to sort the Range datas by row or column...SortRange class Indicates a range of a Worksheet and provide method...method to sort the range datas by row or column. public class...
FormatConditionCollection method. Removes conditional formatted cell Range by index...conditional formatted cell range by index. public void RemoveArea...conditional formatted cell range to be removed. See Also class...
Aspose::Cells::Drawing::ShapeCollection::CopyInRange method. Copy shapes in the Range to destination Range in C++....Copy shapes in the range to destination range. void Aspose :: Cells...const CellArea& The source range. destRow int32_t The dest row...
EditableRangeEnd.id property. Specifies the identifier of the editable Range....identifier of the editable range. Examples Shows how to work...work with an editable range. doc = aw . Document () doc . protect...