 | 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: NanoXLSX.StylesAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
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