ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearLoadOptions Class / OfficeLoadSheetAsSinglePage Property




In This Topic
    OfficeLoadSheetAsSinglePage Property
    In This Topic
    Gets or sets a value indicating whether to render Excel spreadsheets as single pages. If this parameter is false (default) then the spreadsheet will be re-paginated during loading and presented as several pages of the same size. Otherwise, spreadsheet will be fit exactly into one page.
    Syntax
    'Declaration
     
    Public Property OfficeLoadSheetAsSinglePage As Boolean
    'Usage
     
    Dim instance As ImGearLoadOptions
    Dim value As Boolean
     
    instance.OfficeLoadSheetAsSinglePage = value
     
    value = instance.OfficeLoadSheetAsSinglePage
    public bool OfficeLoadSheetAsSinglePage {get; set;}
    public: __property bool get_OfficeLoadSheetAsSinglePage();
    public: __property void set_OfficeLoadSheetAsSinglePage( 
       bool value
    );
    public:
    property bool OfficeLoadSheetAsSinglePage {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolen value.
    Remarks
    The default value true.
    See Also