API Reference
Struct
ExcelHttpLoadProgress
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
- Property ExcelHttpLoadOptions.Progress
Constructors
public ExcelHttpLoadProgress(Int64 bytesRead, Nullable<Int64> contentLength) #Initializes a new instance of the ExcelHttpLoadProgress struct.
Parameters
- bytesRead System.Int64
- contentLength System.Nullable{System.Int64}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from ValueType
Parameters
- obj Object