public final class DataKeeper extends Object
The class storing intermediate data. It's used in methods of a GetColumnBindingSource and ColumnBinding of a class ContentManager.
Constructor and Description |
---|
DataKeeper() |
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DataManager>> |
getDataManagerList()
Storage of cells in the rows
|
static void |
setDataManagerList(com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DataManager>> value) |
public static com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DataManager>> getDataManagerList()
Storage of cells in the rows
public static void setDataManagerList(com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DataManager>> value)
Copyright © 2018 Aspose. All Rights Reserved.