[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICustomView

Interface ICustomView

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents a custom workbook view.

public interface ICustomView

Properties

Name

Gets the name of the object.

string Name { get; }

Property Value

string

PrintSettings

True if print settings are included in the custom view.

bool PrintSettings { get; }

Property Value

bool

RowColSettings

True if the custom view includes settings for hidden rows and columns (including filter information).

bool RowColSettings { get; }

Property Value

bool

Methods

Delete()

Deletes this custom view from its parent ICustomViews object.

void Delete()

Show()

All sheets of workbook apply this view.

void Show()