 | 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.5+3a069966d2787c42b695e5043a5e083b247634e3
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