XlsPivotCache
RefreshedBy Property
|
Gets or sets the name or identifier of the user or process that last refreshed the data.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string RefreshedBy { get; set; }
Public Property RefreshedBy As String
Get
Set
public:
property String^ RefreshedBy {
String^ get ();
void set (String^ value);
}
member RefreshedBy : string with get, set
Property Value
Type:
String
See Also