Interface IXLSheet
public interface IXLSheet
- Extension Methods
Properties
Charts
IXLCharts Charts { get; }
Property Value
Name
Gets or sets the name (caption) of this worksheet.
string Name { get; set; }
Property Value
PageSetup
Gets an object to manipulate the sheet's print options.
IXLPageSetupBase PageSetup { get; }
Property Value
Pictures
IXLPictures Pictures { get; }
Property Value
Position
Gets or sets the position of the sheet.
When setting the Position all other sheets' positions are shifted accordingly.
int Position { get; set; }
Property Value
RelId
string? RelId { get; set; }
Property Value
SheetId
int SheetId { get; set; }
Property Value
SheetView
Gets an object to manage how the sheet is going to be displayed by Excel.
IXLSheetViewBase SheetView { get; }
Property Value
TabActive
bool TabActive { get; set; }
Property Value
TabSelected
bool TabSelected { get; set; }
Property Value
Visibility
XLWorksheetVisibility Visibility { get; set; }
Property Value
Workbook
XLWorkbook Workbook { get; }
Property Value
Methods
AddPicture(Stream)
IXLPicture AddPicture(Stream stream)
Parameters
streamStream
Returns
AddPicture(Stream, XLPictureFormat)
IXLPicture AddPicture(Stream stream, XLPictureFormat format)
Parameters
streamStreamformatXLPictureFormat
Returns
AddPicture(Stream, XLPictureFormat, string)
IXLPicture AddPicture(Stream stream, XLPictureFormat format, string name)
Parameters
streamStreamformatXLPictureFormatnamestring
Returns
AddPicture(Stream, string)
IXLPicture AddPicture(Stream stream, string name)
Parameters
Returns
AddPicture(Stream, string, int)
IXLPicture AddPicture(Stream stream, string name, int Id)
Parameters
Returns
AddPicture(string)
IXLPicture AddPicture(string imageFile)
Parameters
imageFilestring
Returns
AddPicture(string, string)
IXLPicture AddPicture(string imageFile, string name)
Parameters
Returns
Cleanup()
void Cleanup()
Delete()
Deletes this worksheet.
void Delete()
Hide()
IXLSheet Hide()
Returns
Picture(string)
IXLPicture Picture(string pictureName)
Parameters
pictureNamestring
Returns
SetTabActive()
IXLSheet SetTabActive()
Returns
SetTabActive(bool)
IXLSheet SetTabActive(bool value)
Parameters
valuebool
Returns
SetTabSelected()
IXLSheet SetTabSelected()
Returns
SetTabSelected(bool)
IXLSheet SetTabSelected(bool value)
Parameters
valuebool
Returns
Unhide()
IXLSheet Unhide()