Table of Contents

Interface IDataSort

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IDataSort

Properties

IsCaseSensitive

bool IsCaseSensitive { get; set; }

Property Value

bool

IsIncludeTitle

bool IsIncludeTitle { get; set; }

Property Value

bool

Orientation

SortOrientationType Orientation { get; set; }

Property Value

SortOrientationType

SortColumns

SortColumns SortColumns { get; set; }

Property Value

SortColumns

Methods

Sort(CellRange)

void Sort(CellRange range)

Parameters

range CellRange