C# Class Revit.SDK.Samples.RoomSchedule.SheetInfo

One struct defines the content of mapped Excel spreadsheet: the full name of this file and the sheet. Only the opened sheet is reserved by this struct.
Mostrar archivo Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
SheetInfo ( String fileName, String sheetName ) : System

Ctor method

Method Details

SheetInfo() public method

Ctor method
public SheetInfo ( String fileName, String sheetName ) : System
fileName String Full path name file.
sheetName String The sheet name of spreadsheet which was opened.
return System