Creates an instance to describe a solid color outline. Syntax Parameters solidColorInfo The WorkbookColorInfo describing the color of the outline to create. Return Value A ShapeOutlineSolid instance with the specified color.
Represents the ways shapes will be repositioned when rows and columns are resized. Syntax Members Member Description DontMoveOrSizeWithCells Shapes will not move or size with the cells. The shape will remain in its absolute pixel position of the worksheet, regardless the rows and columns resized before or inside i...
Represents a sort condition which will sort cells based on a custom, ordered list of values. Syntax Remarks When the sort direction is ascending, the data range is sorted with the cells in the custom list appearing first, in the order they appear in the list, followed by the other cells in the same relative order ...
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
Determines whether the CustomListSortCondition is equal to the specified object. Syntax Parameters obj The object to test for equality. Return Value True if the object is equal to this instance; False otherwise.
Gets the hash code for the CustomListSortCondition. Syntax Return Value A number which can be used to hash this instance.
Gets the ordered list of values by which to sort. Syntax Remarks The list of values specified on this sort condition are string values. If a cell being sorted has a string value, that value is used to sort the cell. Otherwise, the cell text is used. For example, if the cells value is 0.01, but it is formatted as a...
Creates a new CustomListSortCondition instance. Syntax Parameters list The list of values in the order in which they should be sorted. Remarks When the sort direction is ascending, the data range is sorted with the cells in the custom list appearing first, in the order they appear in the list, followed by the othe...