Aspose::Cells::Drawing::LineFormat::GetHashCode method

LineFormat::GetHashCode method

Gets the hash code.

int32_t Aspose::Cells::Drawing::LineFormat::GetHashCode()

ReturnValue

Examples

int hashCode = lineFmt.GetHashCode();

See Also