API Reference

Struct

ExcelHttpLoadProgress

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base ValueType
Modifiers sealed

Progress information emitted while a remote workbook is downloaded.

Inheritance

  • ValueType
  • ExcelHttpLoadProgress

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public ExcelHttpLoadProgress(Int64 bytesRead, Nullable<Int64> contentLength) #

Initializes a new instance of the ExcelHttpLoadProgress struct.

Parameters

bytesRead System.Int64 requiredposition: 0
contentLength System.Nullable{System.Int64} requiredposition: 1

Properties

public Int64 BytesRead { get; } #

Gets the number of bytes downloaded so far.

public Nullable<Int64> ContentLength { get; } #

Gets the response content length when the server provided one.