'Declaration Public Function CacheStyleObject( _ ByVal cache As System.Boolean _ ) As System.Boolean
'Usage Dim instance As Cell Dim cache As System.Boolean Dim value As System.Boolean value = instance.CacheStyleObject(cache)
public System.bool CacheStyleObject( System.bool cache )
Parameters
- cache
- if set to
true
all properties in the cell are cached.
Return Value
Whether the style object was cached.