NanoXLSX Library Documentation
![]() | 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.Style
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
internal void CopyProperties<T>( T source, T reference ) where T : AbstractStyle
Parameters
- source
- Type: T
Source object with properties to copy - reference
- Type: 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
