 | AbstractStyleCopyPropertiesT Method |
Internal method to copy altered properties from a source object. The decision whether a property is copied is dependent on a untouched reference object
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntaxinternal void CopyProperties<T>(
T source,
T reference
)
where T : AbstractStyle
Parameters
- source T
- Source object with properties to copy.
- reference T
- Reference object to decide whether the properties from the source objects are altered or not.
Type Parameters
- T
- Style or sub-class of Style that extends AbstractStyle.
See Also